Click or drag to resize
BaseComponentWaitSendKeys Method
Overload List
  NameDescription
Public methodStatic memberWaitSendKeys(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.
Public methodStatic memberWaitSendKeys(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.
Top
See Also