Appneta Experience - Selenium Script Error: click: element click intercepted
search cancel

Appneta Experience - Selenium Script Error: click: element click intercepted

book

Article ID: 260654

calendar_today

Updated On:

Products

AppNeta

Issue/Introduction

Unable to click element as it is intercepted. Similar to error below:

Cause

There might be an overlay window or element that may be conflicting with this click.

Resolution

Add SelectActiveWindow - above the line that is getting this error.

This make sure you are selecting the correct window prior to clicking the element specified.