Questions tagged [safaridriver]

`SafariDriver` is implemented as a Safari browser extension. The driver inverts the traditional client/server relationship and communicates with the `WebDriver` client using `WebSockets`

Safari 10 onwards Safari 10+ comes with bundled Safari WebDriver

Pre Safari 10 SafariDriver is implemented as a Safari browser extension. The driver inverts the traditional client/server relationship and communicates with the WebDriver client using WebSockets

169 questions
2
votes
1 answer

Clear cookies before starting new test using SafariDriver

Does anyone know how to clear the cache on a new start of a test while running SafariDriver? I've tried to use java robot to keypress command + option + e, but that does not seem to work. It does not focus on the browser. Robot r = new Robot(); try…
adom
  • 129
  • 1
  • 3
  • 9
1
vote
1 answer

Clicking dropdown option, getting base WebDriverException with empty Message

Using Python & Selenium in Safari browser; trying to select from a dropdown box. The dropdown looks like this in the HTML: