Skip to content

SendKeys method executes if provided element is not visible and NoRaise: true #41

@ErnestsS-TDL

Description

@ErnestsS-TDL

Example:

  - Type: send_keys
    Role: $AND_CLI_RECEIVER$
    Strategy: xpath
    Id: //div[contains(text(), "Your name")]
    Value: user
    NoRaise: true

Element is not visible on page, but send keys are anyway being executed because of NoRaise flag set to true.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions