Script to upload a file,in selenium IDE or How to automate uploading a file using selenium
You can use
selenium.type("xpath of text box","path of your file")
command=type
target=xpath_of_text_box
value=Path_of_your_file
example:
selenium.type("id=cvfile", "D:\\Automation\\resume.doc");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With