Jump to content

How the hell I click this link?(firefox UDF)


Recommended Posts

Fighting with it 2 days already...  :x  Link HTML:

<a id="viewW2Box1To20_next" class="btn ansLg pull-right" data-set="{'FLOW_SCOPE_983482968618.navValue' : 'Continue'}" data-nav="save">

    Continue

</a>

Tried to click it like this:

_FFClick("viewW2Box1To20_next", "id")

like this:

_FFCmd(".getElementById('viewW2Box1To20_next').click;")

like this:

$oLink = _FFObjGet("viewW2Box1To20_next")
_FFDispatchEvent($oLink, "select")
_FFDispatchEvent($oLink, "focus")
_FFDispatchEvent($oLink, "mousedown")
_FFDispatchEvent($oLink, "mouseup")
_FFDispatchEvent($oLink, "click")
_FFDispatchEvent($oLink, "keydown")
_FFDispatchEvent($oLink, "keyup")
_FFDispatchEvent($oLink, "keypress")

and some other combinations, but nothing seems to work. So I would be really grateful for any ideas or hints.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...