Jump to content

Clicking the following in Chrome


Recommended Posts

I find it the easiest to click by Xpath.

In Chrome you should be able to right click that div (in developer tools) and copy Xpath.

Then it is as easy as:

$sElement = _WD_FindElement($sSession, $_WD_LOCATOR_ByXPath, "XPATH HERE")
_WD_ElementAction($sSession, $sElement, 'click')

 

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