Jonathan Lipps
Jonathan Lipps
just curious, what if you try to start a session with web2driver on its own (not the inspector)?
I just double checked, and there's no code in the inspector that sets content-type. so it'd either be an issue with web2driver or ... something we can't change about how...
yikes, that's strange that electron is doing something to override headers! i guess we'll need to play around with something like this until it works. i think we'd also want...
Just because mjpeg-consumer is installed globally doesn't make it available to other node projects. You need to add your global node_modules folder to your NODE_PATH env var.
what happens if you run `node` and then in the interpreter, run `require('mjpeg-consumer')`?
Thanks for the report. I don't really know anything about Robot Framework. Mind submitting a PR to fix it?
👍 looking forward to seeing it develop!
It looks like Appium is picking up the screen which is behind the popup/overlay. You may need to adjust which is the active application to find the UI for the...
OK, so this is a feature request to make Grid 4 compatible with the inspector. Got it.
Thanks for this idea. The recommendation for this is to do the saving yourself as part of your testsuite. In pseudo code, let's say you have a teardown function. You...