Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
534 views
in Test Automation by
I am using safaridriver. I have chellange in sending file name to safaridriver.

1 Answer

0 like 0 dislike
by
selected by
 
Best answer
You can really do send keys to safari browser driver where input type is of file.

<input type="file" />

This is a bug: https://code.google.com/p/selenium/issues/detail?id=4220

 

Also we can not manupulate this using JavaScript for security reasons.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...