qooxdoo-archive / qxwebdriver-java

WebDriver testing support for qooxdoo desktop applications
Other
3 stars 6 forks source link

* Fix to selectorExecute breaks when JS comments are included #11

Open tfreitasleal opened 7 years ago

tfreitasleal commented 7 years ago

When the JS function passed to selectorExecute has // comments in it, Webdriver fails with the error "Failed: unknown error: Runtime.evaluate threw exception: SyntaxError: Unexpected end of input". https://github.com/webdriverio/webdriverio/issues/2172