Suggest adding checkDriverBrowserVersionAlignment to argument of driver.StartEdge #179
Closed
hanamichi77777
started this conversation in
General
Replies: 2 comments 2 replies
-
|
Is there any reason why the user cannot use the SeleniumVBA.ini file during the test period? [GENERAL]
driver_location_folder=%LOCALAPPDATA%\SeleniumBasic
[AUTO-DRIVER-UPDATE]
auto_detect_and_update=False |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I appreciate the suggestion @hanamichi77777. I think the use-case presented is a bit narrow to incorporate your suggested solution, especially since there is at least one alternative solution already available. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
A SeleniumBasic user who is thinking of migrating to SeleniumVBA requested that they would like to update the WebDriver on the SeleniumBasic side during the test period, so they would like to stop updates on the SeleniumVBA side.
As shown in the image below, the image part of the start procedure of the class module WebDriver is commented out to stop WebDriver updates, but I think it is better to set it on the standard module side rather than the class module.
If possible, I think it would be a good idea to add an argument to driver.StartEdge and set checkDriverBrowserVersionAlignment.
I think it would be nice if other browsers could be configured similarly.
Beta Was this translation helpful? Give feedback.
All reactions