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. Verification

checkbyname

Check an field has a certain value.

Variable
Value
Description

Property

name

name of the element

Parameter

value

value to check in the field

Results

ok : value found

warning : value not found

PreviouscheckbyidNextcheckbyxpath

Last updated 3 years ago