Jump to content

Autoit Webdriver _WD_ElementAction vs _WD_ElementActionEx


NassauSky
 Share

Recommended Posts

Hi... your post is confusing because you mentioned "click", but then used "hover" in the posted code. :unsure: I assume that you meant to use "click" in the code.

The click command in _WD_ElementAction performs the default click functionality as defined in the Webdriver specs. The click command in _WD_ElementActionEx differs in the following ways --

  • Uses "actions" to perform the mouse click (pointer down followed by pointer up)
  • Allows control of which button is clicked (left, middle, right)

HTH, Dan

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...