webDOMinator - Minion Scripting Language Reference

Search a Command:
<< Back to DOM Level Commands

click

Usage...
click:element
Clicks a DOM element specified by element.
This applies to webDOM version 2.0.0 and above.

User Comments on click

Other Elements/Javascript

Written by: binarygangster 3 years and 2 months ago

Often times you won't find any of the common things to click on (a, button, input)... Plenty of sites implement javascript in various different ways and you might want scrape the text or look for span tags and areas in which to click...

click

Quick Reference for "click"
Click on command to see examples & comments
DOM Level Commands
Usage: click:element
Description: Clicks a DOM element specified by element.:dom.span.Next

Using the click command...

Written by: webDOMinator 3 years and 6 months ago

All these click commands will work and click on various things that you can click on in a page...

Code
//different ways to click on a Link with the code <a href="blah.php" id="send_btn">Send</a>
click:dom.a.1
//1 only if it's the first link on the page
click:dom.a.Send
click:dom.a.send_btn

Code
//click on a button and wait for the next page and click confirm
click:dom.button.Send
pagewait
click:dom.input.confirm

Post a Comment About the "click" Command
Title:
Comment:
Post as Anonymous:
User Login
Username:
Email:
Password:
webDOMinator is copyright ©2008, 2009, 2010, 2011, 2012 Nathaniel D. Gibson. All Rights Reserved.
Contact | Tutorials | Forum
By using webDOMinator you are taking all liability in to your own hands. Nathaniel D. Gibson is not responsible for any damages, loss, or defamation (legal or otherwise) caused to you or your business from using this program. Nathaniel D. Gibson is not associated with, affiliated with, nor responsible for the content submitted and displayed by users of this site.