I am trying to test a webpage with dynamic ID selectors and no other selectors. I want to to be able the following:
These elements on the website all have dynamic selectors or share the same class name. What would be the best approach in handling such test cases.
Juan Pablo Isaza