Keyword: WEBTEXT - Fill Web Form

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: WEBTEXT - Fill Web Form

Unread post by YiMeng »

Description
  • Edit a web form field with the specified content.

Parameters
  • x: XPATH of the form element in chrome.
  • y: Text to be updated to the web field.

Usage
  • WEBTEXT x y
    • WEBTEXT //*[@id="id_username"] MyUsername

On Error
  • Command is ignored.