- Регистрация
- 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"
BTW: is there any good manual I can use? The official one is far from being detailed.
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>