Closed sglebs closed 7 years ago
The Javascript you see is checking whether the element to type on is actually on screen, or requires scrolling to first. I'm suprised by the nullpointer in Xebium. I can maybe look into that further tomorrow.
You are using your own webdriver right, so I expect you want none of this added functionality? Have you tried this with the 'basic' webium-selenium fixture? (I've updated the projects README to mention the 'basic' driver and the 'standard' one to explain the difference between the two)
P.S. What I did for ios-driver to be able use xpaths with browsertest is not caring about exceptions thrown when executing JavaScript. Can you try what happens when your driver throws an exception rather than return null?
You mean you updated the Readme that shows at https://github.com/fhoeben/hsac-xebium-bridge ?
That was the readme I meant
Hi @fhoeben
I am trying this with the bridge:
running this test results in these calls:
Why does it keep calling displayed? I return True and even then hsac asks to run this script:
I always return null in my web driver when the client-side asks me tu run JavaScript. What happens is that hsac then bombs:
We could say that is is Xebium that is bombing, right? Well, when I try Xebium directly I do not have this issue:
Any suggestions? Thanks!