Since upgrading to the 05-30 8.2p build, we have been encountering failures in our Selenium testcases. The CwDynamicFormExtend part is fine as this is just an extension of dynamic form. What actually fails I believe is the addition of this string "%24fs" as well as "item[name=%24347true" changing from "item[name=%24540true".
What we currently have which fails:
What we got when we tried to re-record:
We currently run our Selenium testcases in Firefox.
What we currently have which fails:
Code:
("scLocator=//DynamicForm[ID=\"page$content$search$$content$searchFormSectionss$doc_fnd_part_nomapGrid\"]/item[name=page%24content%24search%24%24content%24searchFormSectionss% 24fndBoolean||title=%3Cnobr%3EBoolean%20-%20Check%20Box%26nbsp%3B%3C%2fnobr%3E||value=false||index=0||Class=RadioGroupItem]/item[name=%24540true||title=True||index=0||Class=RadioItem]/element");
Code:
("scLocator=//CwDynamicFormExtend[ID=\"page$content$search$$content$searchFormSectionss$doc_fnd_part_nomapGrid\"]/item[name=page%24content%24search%24%24content%24searchFormSectionss% 24fndBoolean||title=%3Cnobr%3EBoolean%20-%20Check%20Box%26nbsp%3B%3C%24fs%24nobr%3E||index=0||Class=RadioGroupItem]/item[name=%24347true||title=True||index=0||Class=RadioItem]/");
We currently run our Selenium testcases in Firefox.
Comment