0

I am struggling to find any solution to run keys() selenium function on safari webdriver. It is working fine for Firefox, Chrome and IE.

I have gone through below solutions but did not found any working

Selenium webdriver on Safari: Keys.ENTER not working

https://github.com/seleniumhq/selenium-google-code-issue-archive/issues/6666

Selenium sendKeys() different behaviour for Chrome, Firefox and Safari

Any help?

Dalip
  • 126
  • 1
  • 9

1 Answers1

0

Solution SendKeys() works with latest selenium server version (3.5.3) http://www.seleniumhq.org/download/

Dalip
  • 126
  • 1
  • 9