Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between driver.findelement() and driver.findelements() commands?
How can we type text in a textbox element using selenium?
When should one use selenium grid?
What is the wait?
Explain what are the limitations of selenium ide?
In which format does source view show the script in selenium ide?
How do you simulate scroll down action?
Does the selenium ide have any drawbacks?
Can we edit recorded selenium ide test cases?
What is the alternate way to click on the login button?
What are the testing kinds that can be supported by selenium?
What is the super interface of webdriver?
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.
What is the difference between page object model (pom) and page factory?
What is the main difference between the close() and quit() methods?