0

Is It Possible for Selenium2Library? about upload file in some kind of website using upload like this http://www.dropzonejs.com/

K.Monkey
  • 3
  • 7

1 Answers1

0

Selenium requires you to give it a input type with the keyword "Choose File" and then where the file lives. - Selenium2Library

You can use Autoit, which allows you to interact with the file browser which will pop up once you tell Selenium to click on the form. Its not perfect but its something.

Goralight
  • 2,067
  • 6
  • 25
  • 40