PDF UPLOAD ON SELENIUM IDE WEB DRIVER

32 Views Asked by At

I'm creating a test suite to automate some parts of data input on my web application. I have a page where I can click on the button to upload a document to the application. It looks something like this:

enter image description here

Can only upload a PDF file. I set it to XPath xpath=//input[@id='inputGroupFile03'] enter image description here

0

There are 0 best solutions below