I am using docker-compose
file to set up the zalenium environment. Due to an unusual file uploading behavior, I wanted to use robotjs
.
Application Behaviour: when click on the navigation button, the file uploading window opening automatically.
It is impossible to use SendKeys
here because of that window pop up. I tried with action
class. But it didn't work as expected. I can solve this by using robotjs
library.
It is impossible to execute(robotjs
actions) without python 2.7
dependency inside zalenium containers.
Is there any way to install it?