A group of actions: Selenium


The action checks the state of the element (enabled and visible) and returns the result of the check.

Action icon 

Settings 

Property Description Type Filling example Mandatory field
Parameters
ContextAction context for working with the browser.Robin.SeleniumBrowser contextYes
ElementElement for interactionRobin.WebElement
Yes
VisibleIf the parameter value is true, then check the visibility of the element.Robin.BooleantrueNo
AvailableIf the parameter value is true, then check whether the element is enabled.Robin.BooleantrueNo
TimeoutWait until condition to be done (ms). The value is converted to seconds: it`s devided by 1000 and rounded up.Robin.Numeric
No
Results
ResultVariable with the overall result of checking the state of the element. The value is true if the results of all checks specified by the action parameters were successful. If at least one check fails, then the overall result will be false.Robin.Booleantrue
  • Нет меток