-
Notifications
You must be signed in to change notification settings - Fork 116
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
For version 13, pin a max version of ChromeDriver #358
Labels
Milestone
Comments
cnishina
added a commit
to cnishina/webdriver-manager
that referenced
this issue
Apr 24, 2019
- Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.1.0. It will then get the max version which is 0.151. If a user wanted to get 0.1, then they could specify version "0.1." - Fix / update interchangable aliases: - selenium == standalone - chromedriver == chrome - geckodriver == gecko - iedriver = ie Tagging angular#280, angular#358, angular#353. Additional work is still required to have a config file that has this information instead of hard coding it.
cnishina
added a commit
to cnishina/webdriver-manager
that referenced
this issue
Apr 24, 2019
- Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.1.0. It will then get the max version which is 0.151. If a user wanted to get 0.1, then they could specify version "0.1." - Fix / update interchangable aliases: - selenium == standalone - chromedriver == chrome - geckodriver == gecko - iedriver = ie Tagging angular#280, angular#358, angular#353. Additional work is still required to have a config file that has this information instead of hard coding it.
cnishina
added a commit
to cnishina/webdriver-manager
that referenced
this issue
Apr 24, 2019
- Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.1.0. It will then get the max version which is 0.151. If a user wanted to get 0.1, then they could specify version "0.1." - Fix / update interchangable aliases: - selenium == standalone - chromedriver == chrome - geckodriver == gecko - iedriver = ie Tagging angular#280, angular#358, angular#353. Additional work is still required to have a config file that has this information instead of hard coding it.
cnishina
added a commit
to cnishina/webdriver-manager
that referenced
this issue
Apr 24, 2019
- Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.1.0. It will then get the max version which is 0.151. If a user wanted to get 0.1, then they could specify version "0.1." - Added a unit test to the version_list to find max versions. - Fix / update interchangable aliases: - selenium == standalone - chromedriver == chrome - geckodriver == gecko - iedriver = ie Tagging angular#280, angular#358, angular#353. Additional work is still required to have a config file that has this information instead of hard coding it.
cnishina
added a commit
to cnishina/webdriver-manager
that referenced
this issue
Apr 24, 2019
- Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.1.0. It will then get the max version which is 0.151. If a user wanted to get 0.1, then they could specify version "0.1." - Added a unit test to the version_list to find max versions. - Fix / update interchangable aliases: - selenium == standalone - chromedriver == chrome - geckodriver == gecko - iedriver = ie Tagging angular#280, angular#358, angular#353. Additional work is still required to have a config file that has this information instead of hard coding it.
cnishina
added a commit
to cnishina/webdriver-manager
that referenced
this issue
Apr 24, 2019
- Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.1.0. It will then get the max version which is 0.151. If a user wanted to get 0.1, then they could specify version "0.1." - Added a unit test to the version_list to find max versions. - Fix / update interchangable aliases: - selenium == standalone - chromedriver == chrome - geckodriver == gecko - iedriver = ie Tagging angular#280, angular#358, angular#353. Additional work is still required to have a config file that has this information instead of hard coding it.
cnishina
added a commit
to cnishina/webdriver-manager
that referenced
this issue
Jun 6, 2019
- Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.1.0. It will then get the max version which is 0.151. If a user wanted to get 0.1, then they could specify version "0.1." - Added a unit test to the version_list to find max versions. - Fix / update interchangable aliases: - selenium == standalone - chromedriver == chrome - geckodriver == gecko - iedriver = ie Tagging angular#280, angular#358, angular#353. Additional work is still required to have a config file that has this information instead of hard coding it.
cnishina
added a commit
that referenced
this issue
Jun 6, 2019
- Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.1.0. It will then get the max version which is 0.151. If a user wanted to get 0.1, then they could specify version "0.1." - Added a unit test to the version_list to find max versions. - Fix / update interchangable aliases: - selenium == standalone - chromedriver == chrome - geckodriver == gecko - iedriver = ie Tagging #280, #358, #353. Additional work is still required to have a config file that has this information instead of hard coding it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be in place until version 74 comes out.
The text was updated successfully, but these errors were encountered: