Element search for long attibute value

  • Автор темы Автор темы ahiddenkarl
  • Дата начала Дата начала

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.
 

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