You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.
Thanks for your solution.
I am currently testing it and I am getting an issue each time when I am trying to send execution of robot script to remote Selenium hub. For now it is only related to uploading of the documents. When I am executing it localy - it works fine.
Error:
Valid Upload | FAIL |
InvalidArgumentException: Message: invalid argument: File not found : /local_path_to_the_file/1.txt
(Session info: chrome=95.0.4638.69)
File exist. Localy it is executing
java -jar robotframework-seleniumlibrary-4.0.0.0-jar-with-dependencies.jar --variable filename:1.txt temp.robot - comand for execution
When I am changing library to Selenium2Library and executing it using python robot --variable filename:1.txt temp.robot it is working localy and with remote selenium-hub as well.
Can you please advise me something?
Kind regards,
Oleksandr
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Thanks for your solution.
I am currently testing it and I am getting an issue each time when I am trying to send execution of robot script to remote Selenium hub. For now it is only related to uploading of the documents. When I am executing it localy - it works fine.
Error:
Valid Upload | FAIL |
InvalidArgumentException: Message: invalid argument: File not found : /local_path_to_the_file/1.txt
(Session info: chrome=95.0.4638.69)
File exist. Localy it is executing
java -jar robotframework-seleniumlibrary-4.0.0.0-jar-with-dependencies.jar --variable filename:1.txt temp.robot - comand for execution
When I am changing library to Selenium2Library and executing it using python
robot --variable filename:1.txt temp.robot
it is working localy and with remote selenium-hub as well.Can you please advise me something?
Kind regards,
Oleksandr
The text was updated successfully, but these errors were encountered: