How to detect links in a web page by content --- use e.g. Selenium

Asked by Pablo Frank

Is there any way (through java and/or python) to detect a link to try a sort of 'blind navigation' with certain browser?
An example: click link that contains any of the words "the", "USA", "accident", "terrorist", and about 40 more words.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

Not possible with Sikuli.

But many people combine Sikuli with Selenium to get access to the elements of a webpage.

Revision history for this message
Pablo Frank (frank-pablo) said :
#2

Thanks RaiMan, that solved my question.