- First release of
thatscraper
!
- Aditional docstrings.
- More type hints.
- Added:
- WeDriverWait as callbacks to pollin2.poll.
- WeDriverWait to 'send' like methods.
- more Keys.
- Apadtations to
webdriver.execute_script
:Crawler.run_script
: Execute Javascript code given a string.Crawler.query_selector
: Assing 'value' to value attribute of the first element found with 'selector'.Crawler.to_selector
: Assing 'value' to 'attribute' of the first element found with 'selector'.
- Attribute
quit_on_falure
: when set to False, when methods fails driver won't quit. Can be set in constructor.
- Changed:
Crawler.get_items
toCrawler.items_of
.- Replaced
polling2.poll
forselenium.webdriver.support.ui.WebDriverWait
as wait method.
- Removed dependencies:
polling2
.