rickypc / robotframework-extendedselenium2library

Extended Selenium2 (WebDriver) web testing library for Robot Framework with AngularJS support
https://pypi.org/project/robotframework-extendedselenium2library
GNU Affero General Public License v3.0
43 stars 25 forks source link

input text keyword from ES2L library does not provide "skip_ready" functionality #27

Open vikendace opened 6 years ago

vikendace commented 6 years ago

When using E2SL library on non-angular page..Js error is seen JavascriptException: Message: javascript error: $(...).trigger is not a function JavaScript stack: TypeError: $(...).trigger is not a function at eval (eval at executeAsyncScript (:457:5), :2:372) at sb.k.notifyWhenNoOutstandingRequests (https://appqa-4-07/vision/assets/scripts/vendor.min.js?_=jgbesc3j:1:25339) at eval (eval at executeAsyncScript (:457:5), :2:323) at eval (eval at executeAsyncScript (:457:5), :2:439) at executeAsyncScript (:457:26) at apply.ELEMENT (:473:29) at callFunction (:361:33) at apply.ELEMENT (:371:23) at :372:3 (Session info: chrome=65.0.3325.181) (Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Linux 4.4.0-122-generic x86_64)

vikendace commented 6 years ago

@ricky ..is it possible to provide skip_ready argument for input text keyword