|
hello, can I set up a specific driver path like in the original Selenium? |
Replies: 1 comment
|
The driver either needs to be on your System PATH, or in the Mismatched driver/browser pairings are allowed if you pass |
|
hello, can I set up a specific driver path like in the original Selenium? |
|
The driver either needs to be on your System PATH, or in the Mismatched driver/browser pairings are allowed if you pass |
The driver either needs to be on your System PATH, or in the
seleniumbase/driversfolder for where SeleniumBase is installed. (For UC Mode, it can only be in theseleniumbase/driversfolder.)Mismatched driver/browser pairings are allowed if you pass
--driver-version="keep"as apytestarg, ordriver_version="keep"in theSB()/Driver()formats.