Class: ElementClickInterceptedError

ElementClickInterceptedError(obscuredElopt, coords)

An element click could not be completed because the element receiving the events is obscuring the element that was requested clicked.

Constructor

new ElementClickInterceptedError(obscuredElopt, coords)

Parameters:
Name Type Attributes Description
obscuredEl Element <optional>

Element obscuring the element receiving the click. Providing this is not required, but will produce a nicer error message.

coords Map.<string, number>

Original click location. Providing this is not required, but will produce a nicer error message.

Source: