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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: