I need to upload file.
Steps are:
1. Clicking on on button which cal modal Window. (Linux window has no location bar)
2. To choose right file and upload it.
Very appreciate any help.
Using Chrome Firefox drivers and Java.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This has been asked several times and is also in some Selenium FAQ.
The idea is to directly send the path to the file to an element which you would usually click at to get the modal window – that is
<input type='file' />element.