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.