list of actions (web)
  • Input
    • sendkeysbytext
    • sendkeysbyid
    • sendkeysbyname
    • sendkeysbyxpath
    • selectbytext
    • selectindexbyid
    • selectindexbyname
    • selectindexbyxpath
  • Mouse
    • clickbytext
    • clicktext
    • clickimage
    • clickabovebytext
    • clickbelowbytext
    • clickleftbytext
    • clickrightbytext
    • clickbyid
    • clickbyname
    • clickbyxpath
    • hoverbytext
  • Verification
    • checkbytext
    • checkbyid
    • checkbyname
    • checkbyxpath
  • Page
    • wait loading complete
    • Close
Powered by GitBook
On this page
  1. Input

sendkeysbyxpath

Fill an input field

Variable
Value
Description

Property

xpath

xpath of the element

Parameter

value

value to enter in the field

PrevioussendkeysbynameNextselectbytext

Last updated 2 years ago