krishnabr
5 years agoOccasional Contributor
[Device Cloud] - Unable to send 'Keys' to CBT remote browser.
Hello,
i am trying to send 'Keys' to browser, it works perfectly fine in local browser, but when i try execute it in CBT remote browser it fails and following is the error message details found.
Unable to evaluate the operation's "Keys" parameter. Error: ReferenceError: Enter is not defined
Following is my line of code
Sys.Browser().Page("*").FindElement("#LoginButton").Keys([Enter]);
tried with all options like 'Click', ClickButton', ClickR, ClickL etc...
any help is appreciated.