Metadata-Version: 2.1
Name: scrapy_webdriver
Version: 0.51
Summary: Class based on selenium webdriver.Firefox with methods  for scraping.
Home-page: https://github.com/KvyatkovskyAleksey/ScrapeWebdriver
Author: Aleksey Kvyatkovsky
Author-email: kvyatkovsky@mail.ru
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# ScrapeWebdriver
Class based on selenium webdriver.Firefox with methods for scraping.

Versions:
0.2 - added methods for changing proxy without closing driver and for getting soup with BeautifulSoup.
0.3 - added extension for proxy with authentication, adblock, webdriver-manager for automatically find driver


### Installation
`pip install scrapy_webdriver`


