Forum Discussion
TCYKPB
Contributor
Find all those elements with the same ID/class name/tag name, you'll get an array/list of elements, then you have to click them by position.
You could loop on each element of the list and ask for the Text/textContent and if it includes the value you expect (e.g. "Application") then you can break the loop and click that one.
KB1
3 years agoChampion Level 2
I don't think that will work. because from forehand it is not possible to know on which position it is going to be placed upon.
and even after iterating through all the names and checking it. How will I select the box next to the name I want it to select
Related Content
- 2 years ago
- 4 years ago
- 3 years ago
- 6 years ago
Recent Discussions
- 3 days ago
- 3 days ago
- 6 days ago