| BaseComponentWaitSendKeys Method |
| Name | Description | |
|---|---|---|
| WaitSendKeys(String, String) |
Find an element using a provided xPath, wait for it to be displayed and enabled then SendKeys directly to it.
This is intended for sending directly to input elements e.g. to bypass a native file chooser.
| |
| WaitSendKeys(String, String, Double) |
Find an element using a provided xPath, wait for it to be displayed and enabled then SendKeys directly to it.
This is intended for sending directly to input elements e.g. to bypass a native file chooser.
|