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

sendkeysbyname

Fill an input field

Variable
Value
Description

Property

name

name of the element

Parameter

value

value to enter in the field

PrevioussendkeysbyidNextsendkeysbyxpath

Last updated 2 years ago