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 types of webdriver apis available in selenium?
Tell me what is a hub in selenium grid?
How to download a file in selenium webdriver?
How to use regular expressions in selenium?
What is the super interface of webdriver?
What are the test types supported by selenium?
What is same origin policy? How you can avoid same origin policy?
How can we deal with web-based pop-up?
How do you handle alert popup?
What are the different mouse actions that can be performed?
How can we find the value of different attributes like name, class, the value of an element?
How do I launch the browser using webdriver?
How to set the size of browser window using selenium?
What are some limitations of selenium?
What programing language is most useful for creating selenium evaluations?