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 |
What are the benefits of automation testing?
What is pom (page object model)?
What are the significant changes/upgrades in various selenium versions?
Write a code to wait for a particular element to be visible on a page. Write a code to wait for an alert to appear.
How do you capture an element loading after the page load?
How to highlight element using selenium webdriver?
Tell me how colors could be handled in selenium webdriver?
How to handle alerts in selenium?
How to login into any site if it is showing an authentication pop-up for username and password?
How will you handle working with multiple windows in selenium?
What do you know about Selenium IDE?
What are soft assert and hard assert in selenium?