Element search for long attibute value

ahiddenkarl

Новичок
Регистрация
08.09.2011
Сообщения
5
Благодарностей
0
Баллы
0
When use Branch constructor to do element search, It can successfully recognize shorter attribute value (1 or 2 words,), but for longer ones, it never works. Put the following code as an example:

Branch constructor can find return false; or "javascript:void(0);", but cannot find "COLOR: #888; FONT-SIZE: 13px; FONT-WEIGHT: normal"

Код:
<A style="COLOR: #555; FONT-SIZE: 15px; FONT-WEIGHT: normal" onkeydown="return false;" href="javascript:void(0);">xxxxxxxxx</A>
BTW: is there any good manual I can use? The official one is far from being detailed.
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
Now you search it by href, you should choose outerhtml and insert the whole line.
 

Вложения

  • Спасибо
Реакции: ahiddenkarl

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