WebSearcher icon indicating copy to clipboard operation
WebSearcher copied to clipboard

switching from requests to selenium

Open EvanUp opened this issue 3 weeks ago • 0 comments

Begin migrating library from requests to selenium. Added selenium calls (built on undetected-chromedriver) in _conduct_chromedriver_search and _send_chromedriver_request. Also added an additional step to launch chromedriver to facilitate debugging. test/selenium_test.py contains a functioning example call.

TODO: fix broken poetry command, include chromedriver update/path instructions, remove requests-specific headers

EvanUp avatar Feb 10 '25 21:02 EvanUp