#nameQuick Reference for "#name"
Click on command to see examples & comments
Script Level Commands
Usage: #name:text
Description: Sets the name of the script to text. This is a setting used for using scripts in the Action Toolbox. The name is used as a main handle to call the action by. It's used as the caption on the Button the script is placed on in the Toolbox. It's also used when calling the action in script using the "doaction" command.:Post Comment
#titleQuick Reference for "#title"
Click on command to see examples & comments
Script Level Commands
Usage: #title:text
Description: Sets the title of the script to text. This is a setting used for using scripts in the Action Toolbox. The title is used as a brief description of the script and shows up when the user hovers their mouse over the action button.:Will Post a comment on currently selected user's channel
#descriptionQuick Reference for "#description"
Click on command to see examples & comments
Script Level Commands
Usage: #description:text
Description: Sets the description of the script to text. This is a setting used for using scripts in the Action Toolbox.:This script posts a comment on whoever you have selected it's also a List Based Action meaning that it can be automated to run for your whole list by right clicking the "Custom Action" button.
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.:http://www.youtube.com/profile?user=^
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.
dom.textarea.comment_entry_box.innerhtml=
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.comment_entry_submit_button
wait:2
captchacheckQuick Reference for "captchacheck"
Click on command to see examples & comments
Program Level Commands
Usage: captchacheck[:element]
Description: This will make webDOM check for the CATPCHA input element on the page. If it is found, webDOM will stop and focus on the element passed. element is optional. If it is not specified, webDOM will check for the CAPTCHA input element that is default for the site plugin loaded.