-
Notifications
You must be signed in to change notification settings - Fork 18
Figure out a way to automatically download/update webdriver #125
Comments
@NISH1001 So this script needs to be able to update the webdriver to the latest version? We're using Chromium right? So a script that would basically update Chromium would suffice? |
Ya. I was trying to write. But got bored easily. It can be a seemingly-simple script (but might be complex too while parsing?) I guess. I think it can be downloaded directly from https://chromedriver.storage.googleapis.com/index.html. What I have in my mind is something like this:
|
Re: We could do something like So the script doesn't have to be be dependent on any modules within playx itself. Just an independent utility inside the source. Something like that... |
Also, probably there's already an external library/package to do that? |
@NISH1001 During the first installation of playx, isn't the webdriver installed automatically? So do you mean when chromium is updated the webdriver is not updated? And that is why we need to update the webdriver automatically because sometimes chromium gets udpated but the webdriver does not? I have never had to do any updating from my side and I always update chromium through Arch's package manager which is what you're also using I guess? |
@NISH1001 I'll look around for a library. If there won't be one, I can make a simple script I guess based on the steps you've listed down. Also |
Thanks a lot @deepjyoti30 . I should figure out to allocate time for playx too I guess. Haven't really touched the codebase for many months. Haha. |
This can be a standalone script that can be invoked irrespective of using
playx
or not. Later we might integrate it. But, I have to allocate a time to solve the issue.The text was updated successfully, but these errors were encountered: