//Go to profile and popup the Gift tab
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://badoo.com/^
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.^/?r=ZXP1&p=1
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.a.Send a gift
wait:4
/Quick Reference for "/"
Click on command to see examples & comments
String Concatenation & Math Expressions
Usage: expresson1/expression2
Description: Divides expression1 by expression2./Ask for a gift note, and sets gift to smiley
inputQuick Reference for "input"
Click on command to see examples & comments
Script Level Commands
Usage: input:global-variable:description
Description: Will prompt the user for an input with description and store the information into the global-variable named. i.e: input:file:What file would you like to store to?:giftnote:What is your gift note?
dom.textarea.gift_text.value=global.giftnote
dom.input.gift_type.value=2
/Quick Reference for "/"
Click on command to see examples & comments
String Concatenation & Math Expressions
Usage: expresson1/expression2
Description: Divides expression1 by expression2./finalize the gift by clicking Continue
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.button.Continue