selenium scripts
Posted
by user121196
on Stack Overflow
See other posts from Stack Overflow
or by user121196
Published on 2010-05-12T05:40:47Z
Indexed on
2010/05/12
5:44 UTC
Read the original article
Hit count: 172
selenium
I want to use selenium scripts to click on a bunch of links on my webpage one by one, each click results in a page refresh. However selenium doesn't support css pseudo class like :visited, so I can't distinguish the ones that are already clicked from the ones that I want to click on next. Is there a way to solve my problem?
© Stack Overflow or respective owner