Description:
There's currently a known issue with Internet Explorer's WebDriver due to which some of the web elements when captured returns (0,0) position which points to the top-left corner (Refer screenshot below). This can be seen while using the strategy editor to validate the captured control. So, while automating the Dynamics application few of the controls such as signout button can't be clicked directly with the "Click Web Element" block in IE browser.
Resolution:
Currently this is awaiting a fix from Selenium for IEWebdriver so we've a workaround available in LEAPWORK.
As LEAPWORK works with the strategy that "User can create test by capturing elements in any browser and the same test should run on any other browser also", You can create a Custom building block for capturing the element which is not working in IE via some other browser (e.g. Chrome) and apply a switch condition for Internet Explorer to specifically use a javascript based clicking mechanism.
Kindly refer the building block as below:
For any clarification, please contact our Priority Support.
Comments
0 comments
Please sign in to leave a comment.