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 are the capabilities of selenium webdriver or google webdriver or selenium 2.0?
What is framework and what are the frameworks available in rc?
What are the types of assertions there in selenium?
Why do you need session handling while working with selenium?
How to submit a form using selenium webdriver?
How do you handle alert popup?
Mention different exceptions you had in selenium web driver?
What is a data driven framework?
What are the different types of wait statements in selenium webdriver?
Where to obtain selenium ?
How to assert the title of the web page?
Explain how you can use recovery scenario with selenium?
How to capture screenshot in selenium webdriver?
What kind of testing does selenium support?
Differentiate between ‘/’ and ‘//’.