1.

How Do I Upload A File Using Selenium? I Need To Upload A Word File During Test Execution.

Answer»

If you are USING Firefox then you can use “type” COMMAND to type in a FILE Input box of upload file. But type operation does not work with IE and you would have to use “Robot” class in java to work MAKE file upload work.

If you are using Firefox then you can use “type” command to type in a File Input box of upload file. But type operation does not work with IE and you would have to use “Robot” class in java to work make file upload work.



Discussion

No Comment Found