-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No need to download webdriver #91
Comments
Interesting - Will fix this in next release. |
Hey there, can you kindly assign me this issue, i would be happy to implement this for you. |
sure, would be happy more if you tag with hacktoberfest22 tag & assign me this if you're not going to implement by your own. |
Hi @donheshanthaka - I have assigned this to @nitinkumar30 as he reported this at first. I give him the first chance, so assigned it to him. |
Its okay, no worries |
Pull request already raised #92 |
Sure I will add
…On Wed, Sep 28, 2022 at 1:53 PM Nitin Kumar ***@***.***> wrote:
sure, would be happy more if you tag with hacktoberfest22 tag & assign me
this if you're not going to implement by your own.
—
Reply to this email directly, view it on GitHub
<#91 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE3FQZIPA4IBTR5JOL5PNO3WAP6A5ANCNFSM6AAAAAAQUVQGDM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I saw you're using chromedriver manually. You can use the code below which download each time you run the code & will be kept under cache until it expires. You don't need to manually download chromedriver each time & put it in the folder. You need to install a module for it.
For geckodriver, import & use
geckodriver_autoinstaller
.The text was updated successfully, but these errors were encountered: