accesspartha
Technical User
I have to extract/split the name of a link on a webpage.
For an example The links' name is Message (0) and it will change to Message (1) after we receive a message.
The name of the object is message (0) and message (1) and so on.
I don't have an html id or href property on this object.
I need to capture that value (0) and (1) from this link.
How could I do this?
For an example The links' name is Message (0) and it will change to Message (1) after we receive a message.
The name of the object is message (0) and message (1) and so on.
I don't have an html id or href property on this object.
I need to capture that value (0) and (1) from this link.
How could I do this?