George S. Baugh

Results 93 comments of George S. Baugh

OK, so I looked up the doc. User extensions are slightly different than formatters: https://www.seleniumhq.org/docs/08_user_extensions.jsp https://docs.katalon.com/katalon-recorder/docs/extension-scripts-aka-user-extensionsjs-for-custom-locator-builders-and-actions.html#locator-builders The good news is that it appears they actually have documented an example of...

OK, so as far as I can tell there are *520* commands I'm gonna have to map to make this work. Not. Fun.

OK, so their plugin load of formatter extensions is broken: https://github.com/katalon-studio/katalon-recorder-sample-plugin/issues/3 As such I'm gonna put this issue on ice until they fix their plugin.

I've got a prototype, but haven't had any free time to work on selenium stuff in months I've got some free time coming up in november, so I'll probably do...

It sounds like this is a javascript extension to the selenium RC; as such this should probably be implemented as a convenience wrapper around execute_script(), rather than fiddling with something...

I seem to recall this message is simply what is passed to us by the selenium server itself. I can double check, but having encountered this error several times myself,...

looks like it couldn't communicate with the underlying browser driver binary. Your guess is as good as mine regarding why. Given you are using chrome explicitly in your example, you...

curious -- do things shutdown cleanly if you omit close() and just let the destructor clean up? If so that might suggest something I can do about this.

Indeed. But the fact that the destructor doesn't explode gives me a thread to pull on which might be able to fix your issue -- there's probably some extra code...

Apologies for not being able to follow up on this issue in a timely manner. It managed to fall through the cracks of my schedule. I'm currently ill, but will...