Completed
Last Updated: 19 Oct 2015 10:10 by ADMIN
ADMIN
Konstantin Petkov
Created on: 04 Aug 2015 10:14
Type: Bug Report
0
Problems locating elements under Firefox in a specific form of a customer web site
Within a web page with nested tables a table cell contains a form with a number of elements like inputs and drop downs. Verification for CheckBox checked state as well as DropDown selection ByText fail with incorrect values. 

It seems Test Studio locates wrong elements. This can be verified by executing single click step (RunSelectedStep) on those elements with annotation turned on - another drop down is highlighted and for the check box the click action simply clicks on the top left of the browser.

This is problem with Firefox only, version 39.0. Latest Test Studio v2015.2.723 is used.

A test case and repro steps info are submitted internally.
1 comment
ADMIN
Daniel Djambov
Posted on: 19 Oct 2015 10:10
Telerik: seems the it is caused by some invalid html on the page - Test Studio is performing built-in validation when indexing the elements and if an element is considered invalid, it will not be added to the collection.