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
Not sure if this is a real issue as I am a complete web UI newbie, but it seems that some UI ids, e.g., id=tabs-21--tab-1, change from tab to tab.
I am using UI.Vision RPA to generate screenshots for the onboarding documentation, and the tool needs a non-changing name/id otherwise, the macro cannot replay correctly.
Is assigning a non-changing name/id to all UI components possible?
Also affects Alberto.
The text was updated successfully, but these errors were encountered:
Based on the Guiding Principles, your test should resemble how users interact with your code (component, page, etc.) as much as possible. With this in mind, we recommend this order of priority:
Queries Accessible to Everyone: Queries that reflect the experience of visual/mouse users as well as those that use assistive technology.
Semantic Queries: HTML5 and ARIA compliant selectors. Note that the user experience of interacting with these attributes varies greatly across browsers and assistive technology.
Not sure if this is a real issue as I am a complete web UI newbie, but it seems that some UI ids, e.g.,
id=tabs-21--tab-1
, change from tab to tab.I am using UI.Vision RPA to generate screenshots for the onboarding documentation, and the tool needs a non-changing name/id otherwise, the macro cannot replay correctly.
Is assigning a non-changing name/id to all UI components possible?
Also affects Alberto.
The text was updated successfully, but these errors were encountered: