Answer Posted / siddu
I was working on selenium scripts and came across file upload functionality. Selenium core JavaScript engine don't have capability to handle the windows pop-up due to same origin policy, so we need to relay on other tools. One of the best open source tool for handling windows objects is Autoit.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between @factory and @data provider annotation?
What are the advantage and features of selenium ide?
What is the use of javascriptexecutor?
What do we mean by selenium 1 and selenium 2?
Is selenium server needed to run selenium webdriver scripts?
Why testers should opt for selenium and not qtp?
List some of the operating systems that are supported by selenium webdriver.
How to check which option in the dropdown is selected?
Explain how selenium grid works?
Can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?
How do you add check points or verification points in selenium?
Explain the meaning of assertion in selenium and what are the types of assertion?
How many types of webdriver api's are available in selenium?
How to get the number of frames on a page?
How could ajax controls be handled in webdriver?