Results 53 comments of David Stark

The bug only affect some machines, yeah. I have a similar machine where it doesn't happen, but I also have a handful of reports from other people that it happens...

I've attempted to set the z value in PlatformSetPan to 0.5f and as high as 10f, and I still get the same panning bug where any pan is either 100%...

The optimist arguments parser is trying to be way too clever here, yeah. Will see if I can fix it.

Yeah, that sounds like a very useful addition. Slated as an official enhancement. :)

Surprised it doesn't work, as the JS should just get executed in the browser context. Can you post an example script? I'll have a look.

Hi, Have you tried running it with prerun as just the string http://Myaddress:Myport/script.bat like in the Python example (but unlike in the docs)? Or with the args key in there...

You shouldn't have to do the waits before the click! Webdriver, which se-interpreter is built on, uses implicit waits, so the playback should wait for the appearance for the element...

Yeah, it'll most likely work fine. Could you also add these new step types to Builder? Otherwise, they're of limited usefulness.

Hmm, what happens when you use long scripts? It's possible that overhead is currently dominating execution time, though I admit this result is rather suboptimal!

Noted, will look into this. A repro script would be useful, though I can probably make one of my own. :)