robotframework-extendedselenium2library icon indicating copy to clipboard operation
robotframework-extendedselenium2library copied to clipboard

"input text" keyword failing in ES2L

Open vikendace opened this issue 8 years ago • 0 comments

Seeing following error when using ES2L library on non-angular JS page element JavascriptException: Message: javascript error: $(...).trigger is not a function JavaScript stack: TypeError: $(...).trigger is not a function at eval (eval at executeAsyncScript (:453:5), :2:372) at Va.p.notifyWhenNoOutstandingRequests (https://appqa-4-07/vision/assets/scripts/vendor.min.js?_=j631i2hg:1:20316) at eval (eval at executeAsyncScript (:453:5), :2:323) at eval (eval at executeAsyncScript (:453:5), :2:439) at executeAsyncScript (:453:26) at apply.ELEMENT (:469:29) at callFunction (:361:33) at apply.ELEMENT (:371:23) at :372:3 (Session info: chrome=62.0.3202.94) (Driver info: chromedriver=2.34.522913 (36222509aa6e819815938cbf2709b4849735537c),platform=Linux 4.4.0-103-generic x86_64)

and i cannot use "Input text" with skip_ready argument as per keyword documentation

vikendace avatar Dec 13 '17 03:12 vikendace