I am using our existing tool that works great using Firefox and Chrome Selenium IWebdriver implementations.
Now I'm experimenting using the PhantomJS implementation. So far, so good. However, as soon as I want to press a button, it does nothing.
I can extract the element, however, looking closer to its properties, the "Selected" property contains the following:
Error Message => 'Element is not selectable' caused by Request => {"headers":{"Accept":"application/json, image/png","Connection":"Close","Host":"localhost:37704"},"httpVersion":"1.1","method":"GET","url":"/selected","urlParsed":{"anchor":"","query":"","file":"selected","directory":"/","path":"/selected","relative":"/selected","port":"","host":"","password":"","user":"","userInfo":"","authority":"","protocol":"","source":"/selected","queryKey":{},"chunks":["selected"]},"urlOriginal":"/session/fcaf88a0-40b4-11e3-960d-bdce3224aacf/element/%3Awdc%3A1383063211142/selected"}
I would understand that this is the reason why my click is not executed, however I cannot make error messages from this. using google didn't help either.
Any help would be greatly appreciated.
Thanks in advance.
Wietzeveld
source share