747 items found -please click one of them to see details or test...

ala

Пользователь
Регистрация
15.10.2012
Сообщения
33
Благодарностей
0
Баллы
6
Hi i just have this alert (it is ok) but how i can count "747"?
->how to get this value?

ala
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
834
Баллы
113
you can do it via regexp like \d+(?=\ items\ found)
 
  • Спасибо
Реакции: ala

ala

Пользователь
Регистрация
15.10.2012
Сообщения
33
Благодарностей
0
Баллы
6
"747" is a MP alert - where and how i can implement this to my template project?
 

ala

Пользователь
Регистрация
15.10.2012
Сообщения
33
Благодарностей
0
Баллы
6
50% - hm... my processor is in stress - i do nothing in Project maker but PMaker use my 50% CPU :(
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
834
Баллы
113
I got wrong then. Create c# action with code

HtmlElementCollection hc = instance.ActiveTab.FindElementsByAttribute("tag","attrname","attrvalue","text");
return hc.Count;
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)