selenium - HtmlUnitdriver issues with Ajax content, I think -


i have been testing app using firefox web driver slow comparing htmlunitdriver, decided translate last one. works fine have problems kind of links loads information async.

in case not problem of "wait" because , said before, using firefox driver works well. htmlunit doesnt work well.

in scene have following code:

<a href="/requests?category=challenge" data-method="post" data-remote="true" id="759" rel="nofollow">send</a> 

viewing app on browser such firefox, when click on link, system return me result. when use htmlunitdriver, when click element, driver goes directly href , have bad result.

i don't know how make works it. i'm interested on way because fast.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -