Hi
I am working for company which uses SmartGWT in their project. And until recently they used SmartGWT version 4. Tests that I have been writing for that project were working fine.
Problems started after upgrade from version 4 to version 5. There were needed some changes in tests (like SmartClient locator changes).
However, one (so far unfixable) part was that clicks became unreliable.
I was searching on Selenium forum, and accepted solutions were that click executes before element is shown on page. I have tried to insert and increase waiting time (pauses) between actions and to set focus on element before executing click method, however problem remained.
Basically click sometimes happen, sometimes don't (click method just sets focus on element without making actual click).
I would like to point out again, that before upgrade clicks were reliable.
Does someone know what might be a problem?
I am suspecting that somehow SmartGWT click event doesn't get triggered, but I could be wrong.
Regards
I am working for company which uses SmartGWT in their project. And until recently they used SmartGWT version 4. Tests that I have been writing for that project were working fine.
Problems started after upgrade from version 4 to version 5. There were needed some changes in tests (like SmartClient locator changes).
However, one (so far unfixable) part was that clicks became unreliable.
I was searching on Selenium forum, and accepted solutions were that click executes before element is shown on page. I have tried to insert and increase waiting time (pauses) between actions and to set focus on element before executing click method, however problem remained.
Basically click sometimes happen, sometimes don't (click method just sets focus on element without making actual click).
I would like to point out again, that before upgrade clicks were reliable.
Does someone know what might be a problem?
I am suspecting that somehow SmartGWT click event doesn't get triggered, but I could be wrong.
Regards
Comment