- Регистрация
- 30.05.2013
- Сообщения
- 20
- Благодарностей
- 0
- Баллы
- 0
Hi,
I try to get an click event on a link (the different search engine result pages of a search engine, for example from google or bing - blue links with numbers 1, 2, 3 ...).
At the moment I use
tag: a
attribute: innertext (there is no exclusive class or whatever to these links)
search type: regexp
value:{-Variable.whatever-} (the variable is a number, for example 2 or 3)
match: 0
It works, but as soons as there is another link on a serp with the current variable-number plus text in it of course it clicks the wrong link - not to the next serp but to one of the results above.
So is it possible to use regexp in the value field that only links that consist of 1 number (my variable) get clicked?
I tried something like {-Variable.whatever-}?, [^a-z]{-Variable.whatever-} but that does not seem to work.
Any suggestions how to use regex properly in this case?
I try to get an click event on a link (the different search engine result pages of a search engine, for example from google or bing - blue links with numbers 1, 2, 3 ...).
At the moment I use
tag: a
attribute: innertext (there is no exclusive class or whatever to these links)
search type: regexp
value:{-Variable.whatever-} (the variable is a number, for example 2 or 3)
match: 0
It works, but as soons as there is another link on a serp with the current variable-number plus text in it of course it clicks the wrong link - not to the next serp but to one of the results above.
So is it possible to use regexp in the value field that only links that consist of 1 number (my variable) get clicked?
I tried something like {-Variable.whatever-}?, [^a-z]{-Variable.whatever-} but that does not seem to work.
Any suggestions how to use regex properly in this case?