In this example, it needs to find 48 a tags. But it selects the parent tag of the first a tag. How do I select all a tags? I’ve been trying to solve this for 2 days. Please help.
Hello. Thank you for your help. I found the solution.
The solution consists of 2 steps.
1- First, I find the parent tag of all figure tags with find element. (In this example, the section tag)
2- I select the element I found with find element as the element with find children. and I add properties like tag=‘a’ to the filter property