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
Description:
When generating selenium automation scripts, element id are used to perform actions in the UI(filling out texts, button clicks). In the current implementation almost all of the UI elements do not have a fixed id set to them therefore the id will generate at random at each reload. This needs to be fixed incase we want to automate testing with selenium.
The text was updated successfully, but these errors were encountered:
Description:
When generating selenium automation scripts, element id are used to perform actions in the UI(filling out texts, button clicks). In the current implementation almost all of the UI elements do not have a fixed id set to them therefore the id will generate at random at each reload. This needs to be fixed incase we want to automate testing with selenium.
The text was updated successfully, but these errors were encountered: