Returns the value of the currently selected User ID or item from the info list.
This applies to webDOM version 2.0.0 and above.
Some Examples and Ideas
Written by: webDOMinator on 01/04/2010 11:19 AM
Okay, hereīs an example of how I would use wd.curinfoQuick Reference for "wd.curinfo"
Click on command to see examples & comments
WebDOM Program Variables
Description: Returns the value of the currently selected User ID or item from the info list. in custom minion action scripts...
Code
//Quick Reference for "//"
Click on command to see examples & comments
Commenting
Description: A standard comment, i.e:
/Quick Reference for "/"
Click on command to see examples & comments
String Concatenation & Math Expressions
Usage: expresson1/expression2
Description: Divides expression1 by expression2./This is a comment.Lets say I had user IDs loaded into my information list. I could use the navigate command along with the \"^\" character to add in the user ID to the URL
navigateQuick Reference for "navigate"
Click on command to see examples & comments
Browser Level Commands
Usage: navigate:url
Description: Makes the browser navigate to the URL specified.:somesite.com/userprofile?userid=^
wd.curinfoQuick Reference for "wd.curinfo"
Click on command to see examples & comments
WebDOM Program Variables
Description: Returns the value of the currently selected User ID or item from the info list.
Since itīs just the value of whatever is currently selected, you can use it in multiple ways. Imagine if you wanted to check your mail and auto-respond using webDOM. You could set your gather options to gather the message IDīs from your inbox, then use
wd.curinfoQuick Reference for "wd.curinfo"
Click on command to see examples & comments
WebDOM Program Variables
Description: Returns the value of the currently selected User ID or item from the info list. to represent each message ID so that in your script you could say for example:
Code
navigateQuick Reference for "navigate"
Click on command to see examples & comments
Browser Level Commands
Usage: navigate:url
Description: Makes the browser navigate to the URL specified.:mymailwebsite.com/message/^
wd.curinfoQuick Reference for "wd.curinfo"
Click on command to see examples & comments
WebDOM Program Variables
Description: Returns the value of the currently selected User ID or item from the info list.
clickQuick Reference for "click"
Click on command to see examples & comments
DOM Level Commands
Usage: click:element
Description: Clicks a DOM element specified by element.:Reply
...
dom.textarea.message.value=
wd.pm.bodyQuick Reference for "wd.pm.body"
Click on command to see examples & comments
WebDOM Program Variables
Description: Returns the body of the currently loaded message in the PM section.
clickQuick 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.input.Send Message
Obviously, where you see the \"...\" you would put your own code to maybe construct a proper reply based off of what was in the personīs message. You could take the above code even further and make it so that you only gather messages of a certain type. For instance, I could make webDOM search for unread messages of a certain type, and then search in the message body of each message and then choose a proper response from some set messages, adding logic into your autoresponder.
The inclusion of
wd.curinfoQuick Reference for "wd.curinfo"
Click on command to see examples & comments
WebDOM Program Variables
Description: Returns the value of the currently selected User ID or item from the info list. in any script loaded into the action list makes that action available from the \"Custom Action\" automation buttonīs right-click menu. After setting this you can just click the yellow custom action button and then webDOM will start going down your list of information and working with each item.
webDOMinator is copyright ©2009 Nathaniel D. Gibson. All Rights Reserved.
Contact |
Tutorials |
ForumBy 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.