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

sendkeysbyid

Fill an input field

Variable
Value
Description

Property

id

id of the element

Parameter

value

value to enter in the field

PrevioussendkeysbytextNextsendkeysbyname

Last updated 2 years ago