How to enumerate all xpath of elements displayed on a specified URL or webpage based on exact matched or unique objects?
Could someone provide any sample or reference?
How to enumerate all xpath of elements displayed on a specified URL or webpage based on exact matched or unique objects?
Could someone provide any sample or reference?
Iām not sure if this is what you mean but an xpath of
ā//*ā
Should return all elements on your webpage in a list you can iterate.