-
|
hello, can I set up a specific driver path like in the original Selenium? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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.