Arnout Engelen

Results 679 comments of Arnout Engelen

As @eskape correctly mentions, depending on what's actually going wrong it could be that this issue does not occur when using the 'fast selenium emulation' implementation which is now the...

A shame about all the whitespace changes - I added #147 to address that separately

Does `searchAllFrames` impact performance? It seems to make things a bit more complicated.

Where is `encryptString` actually used? Could we move this to a separate fixture?

It would be nice to have a example/test demonstrating the added features

Why? I for example use it to wait until all AJAX-request are cleared from the jQuery AJAX pipeline. I think being able to call/evaluate JavaScript from Xebium is powerful and...

I use the same version of phantomjs on linux and xpath locators work just fine here, so they _should_ work for you. I do feel we should add a page...

I'm not sure, but could you try setting the 'useFastSeleniumEmulation' option on SeleniumDriverFixture? I'm afraid this'll only work for some commands, though.

Does setting the 'useFastSeleniumEmulation' option help?