robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Can't use 'Choose File' with remote selenium server #56

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by mika.bat... on 13 Oct 2009

Choose File checks that the file is present on the local machine. This prevents one from using the keyword with a selenium server that is on another machine.

Fixed this for myself by adding argument remote which defaults to False but if set to True disables file check.

Tested with: Library version 2.2.1, Ubuntu 8.04, Python 2.5

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 26 Oct 2009

We'll just probably remove the path validity check altogether.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 26 Oct 2009

Fixed in r225