Webtest WebTest GitHub Home

Extension Step mouseOut

Description

Triggers a mouseOut event on the HTML element identified by its id or xpath. If this triggers the load of a new page, then this page becomes the current one.

Parameters

description
Required? no
The description of this test step.
htmlId
Required? yes/no
The id of the HTML element to trigger the event on. One of htmlId or xPath must be set.
xpath
Required? yes/no
The XPath identifying the HTL element to trigger the event on. One of htmlId or xPath must be set.