How to perform Keyboard actions using Galen
VarunKaniyala opened this issue · 1 comments
VarunKaniyala commented
Hi,
Can anybody please tell me how to perform keyboard actions in Galen with JavaScript?
I have tried with Actions class and also tried with .sendKeys(Keys.TAB) within a file called login.js;
But I'm getting an error like below:
ERROR EvaluatorException: missing ; before statement (login.js#7)
Please help.
hypery2k commented
Can you share your login.js?