Script to upload a file in the selenium IDE or How to automate a file upload using selenium
you can use
selenium.type("xpath of text box","path of your file")
Command = typetarget = xpath_of_text_boxvalue = Path_of_your_file
Example:
selenium.type("id=cvfile", "D:\\Automation\\resume.doc");
Source: https://habr.com/ru/post/1401570/More articles:add slash "/" to url - urlHow to send an application to the App Store using Xcode 4.3 or Application Loader - iosAutomatic screen rotation by default in the application - android"Caching" identical MySQL results for all users - phpQuickly fetch data from View or Table? - sqlSymfony 2: How to create image paths in javascript file? - symfonyDo I need to free the counter returned by GetEnumerator? - collectionsFinding the nth match in a string in vim - vimApp confirmation for spam and store placement - androidHow to create transparent over another view in Android? - androidAll Articles