NoahCardoza / CaptchaHarvester

Solve captchas yourself without having to pay for services like 2captcha for use in automated projects.

Home Page:https://pypi.org/project/captcha-harvester/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: Add parameter for browser executable location for browser.py

cptechie opened this issue · comments

It would be super handy if we can pass the location of the browser executable to brower.py within the launch() method.

This will help with fringe cases where the browser executable might not be in the default location, or if we want to use a modified browser such as chromedriver.exe.

I added the functionality in 7bc0e82. Give it a spin and let me know if it all works as planned. I didn't have time to test it.
I should really make a dev branch.
I'll push to PyPi once I make sure nothing is broken.

I'll be pushing to PyPi but if you find any problems with the custom location logic feel free to open another issue!