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
How to capture screenshot in webdriver?
Describe a framework. List some of the common automation frameworks.
What are the operating systems supported by selenium webdriver?
What is difference between assert and verify commands?
How to run test case traced by employing ide in browsers?
How many types of locators are there in selenium?
Which webdriver implementation claims to be the fastest?
Is it possible to automate the captcha using selenium?
Explain about selenium-grid ?
Explain junit. What are annotations?
What is the meaning of assertion in selenium and what are the types of assertion?
How do you get the attribute of the web element?
How could ajax controls be handled in webdriver?
What is the difference between find elements () and find element ()?
What is robot api?