Page 1 of 1

Keyword: WEBGETTEXT - Text from Web Form

Posted: Thu Apr 28, 2022 10:45 pm
by YiMeng
Description
  • Set a variable within the script with value from a web element's text field of a webpage.

Parameters
  • x: The variable name
  • y: The xpath of an web element that have a text field

Usage
  • WEBGETTEXT x=y
  • To call the variable use: "%x%"
  • If xpath element does not exist, a string value of "NaN" is returned.