We have test cases where we check the value of a checkbox column through the "getTable" method. Smething like below:
It used to return the checkbox image path - something like:
but now it returns:
Is this a change in behaviour you are aware of?
Code:
selenium.getTable("scLocator=//ListGrid[ID=\"ContactMediumFormFrame$resultTable1\"].0.3");
Code:
"isomorphic/skins/Enterprise/images/DynamicForm/checked.png"
Code:
“<span style='display:inline-block;background-size:100% 100%;background-image:url("http://rmtst24.conceptwave.com:8080/cwf_Orga/isomorphic/skins/Enterprise/images/blank.gif");width:13px;height:13px;vertical-align:text-top;margin-left:2px;margin-right:2px' eventpart='valueicon' class='checkboxTrue' ></span>”
Is this a change in behaviour you are aware of?
Comment