You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a spa (webix) which uses dynamic id by default. That means it changes everytime I refresh so recorded test wont work next time. Is there any way to force sideex to use custom attribute or xpath for selection of element?
Looking at the code I found this recorder-handlers.js#L39 but it looks like it is for form submission.
The text was updated successfully, but these errors were encountered:
Hi, I'm fellow Sideex user.
I'm also facing same issue.
I think it will be great if we can loop the target values to find the element instead of using just one target value.
Current scenario : Executing the command line with only selected/shown target value. If the ID dynamically changes every time test case executed, results in test case failed.
Proposed scenario: Execute the command line with all the available target values of an element (ID, name, link, css, xpath) to make sure the element is not present in the webpage before test case fails.
Check for ID (If fails) -> check for NAME (if pass) --> then execute the command line with working target value.
I've a spa (webix) which uses dynamic id by default. That means it changes everytime I refresh so recorded test wont work next time. Is there any way to force sideex to use custom attribute or xpath for selection of element?
Looking at the code I found this recorder-handlers.js#L39 but it looks like it is for form submission.
The text was updated successfully, but these errors were encountered: