How do you attach File on a page?
Answer / anupam
There are two ways to attach file:
1. Using sendkeys command and pass the file path parameter.
2. Using third party tool AutoIT . There are some prerequisite configuration and import the exe file into the project and call executable file by process builder will work perfectly.
| Is This Answer Correct ? | 9 Yes | 1 No |
How to perform right click using selenium webdriver?
How to do file upload in selenium?
When should I use Selenium IDE?
Explain what are the limitations of selenium ide?
What is selenese and what are the types of selenese?
What do you know about selenium?
Can I navigate back and forth in a browser in selenium webdriver?
What is implicit wait in selenium webdriver?
How can we select elements by their attribute value using css selector?
Mention when to use autoit?
Tell me how can we launch different browsers in selenium webdriver?
What are the uses of findelement() and findelements()?