-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fisrt Ever Fix for ChromeDriver + wdman issue
Selenium 4.8 compatibility yet to be tested
- Loading branch information
1 parent
fc31ae3
commit 244aebb
Showing
6 changed files
with
132 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
|
||
# this file attempts to fix several issues on the fly | ||
# this is like community driven hot fixes | ||
|
||
############# Fix for ############### | ||
####### | ||
####### RSelenium - and related packages | ||
####### | ||
##################################### | ||
|
||
# Issue 1 | ||
# wdman and LICENSE.chromedriver issue | ||
# this can be handled directly in rst_wdman_selenium_launcher | ||
# <><> Fixed | ||
|
||
|
||
# Issue 2 | ||
# wdman expects only "selenium-server-standalone" selenium-server will not work | ||
#TODO many works may be required here | ||
# main issue RSelenium is not working as of now with selenium 4.8 | ||
# need to add flag standalone in command |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.