Good day,
i.e. if I have ids in my app like these
id1 = apple_123
id2 = apple_456
And I want all elements that have id beginning with 'apple'.
is there any way to get these elements at once? Perhaps something like this,
element = driver.findElements(By.Id("apple_*");
Please let me know if this is possible and if not what alternatives worked for you?
Best Regards,
Alan