enter <element> as <text>
enter <text> at the location specified by <element>
- You can enter <element> as XPath
- You can enter <element> as CSS selector
//my first TagUI script!
https://google.com
enter //input[@id="lst-ib"] as google weather singapore[enter]
read //span[@id="wob_tm"] to temperature
echo "Current temperature in Singapore = " + temperature
//my first TagUI script!
https://google.com
enter #lst-ib as google weather singapore[enter]
read //span[@id="wob_tm"] to temperature
echo "Current temperature in Singapore = " + temperature
Comments (0)