Jump to content
UBot Underground

[ask] Click using location


Recommended Posts

Ok, here is the deal on the click using location option exactly as it was explained to me:(from a reliable source!)

 

lets say you have <a href="http://google.com"><span id="exciting text">Click Me to go to google!</span></a>

 

so you use the element selector and you get <id="exciting text">

 

now you use the click command and it doesnt seem to do anything!

 

this is because you're sending the click directly to the span instead of the <a>

 

if you use click using location, it will find the x,y coordinates of the center of that span, and click on the browser using the mouse.

 

I hope that clears it up for you.

 

John

  • Like 2
Link to post
Share on other sites

Ok, here is the deal on the click using location option exactly as it was explained to me:(from a reliable source!)

 

lets say you have <a href="http://google.com"><span id="exciting text">Click Me to go to google!</span></a>

 

so you use the element selector and you get <id="exciting text">

 

now you use the click command and it doesnt seem to do anything!

 

this is because you're sending the click directly to the span instead of the <a>

 

if you use click using location, it will find the x,y coordinates of the center of that span, and click on the browser using the mouse.

 

I hope that clears it up for you.

 

John

 

 

so does this mean it clicks the <a>??

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...