Christopher Beam
Christopher Beam
I think this is related to this bug in `pretender`: https://github.com/pretenderjs/pretender/issues/305
I'm guessing this isn't going to get fixed given how long these issues have been here.
Using [email protected], [email protected], and [email protected]_131 results in the exact error mentioned above: ```error Exception in thread "pool-1-thread-7" java.lang.NoSuchMethodError: org.openqa.selenium.os.CommandLine.find(Ljava/lang/String;)Ljava/lang/String; ... ```
I personally would find it useful to be able to filter (in interactive mode) the list of running processes, and then kill all remaining processes listed by either name or...
To add my two cents to this, I have been switching from using `tap` events to `click` events since `tap` caused some intermittent event propagation and stopPropagation issues, where click...
I ran into this too. Loading the script from the `google-map` element was too late in the loading process, so a bunch of declarations that depend on having `google.maps` already...