I started using selenium about 2 weeks ago. Find it as a very good QA tool.
But after a few successfully written tests I met the problem: Selenium is not able to use file input field. JavaScript permission restriction doesn't allow it.
Here is my solution written with JInvoke library: Jinvoke provides the classes to simulate the input to file chooser form.
But after a few successfully written tests I met the problem: Selenium is not able to use file input field. JavaScript permission restriction doesn't allow it.
Here is my solution written with JInvoke library: Jinvoke provides the classes to simulate the input to file chooser form.