Checking if an element exists

yosheryosh

Client
Регистрация
28.10.2011
Сообщения
44
Благодарностей
0
Баллы
0
Is it possible to search whether an element exists or not and return true/false?

It seems you can search for elements on the page only if they exist.
 

maxipr

Новичок
Регистрация
05.06.2011
Сообщения
20
Благодарностей
0
Баллы
0
I think you can, as long as you know the element name, get the DOM and check for text presence.
 

yosheryosh

Client
Регистрация
28.10.2011
Сообщения
44
Благодарностей
0
Баллы
0
How can I declare an execution result in the javascript tester?
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
sure, if the element is on the page, highlight it, right-click and select presence for selected text. Then when you are in your template editor, the next branch will be the 'True' element. Whatever you want to happen for 'False', create a new step branch off to the side of it and connect the unsuccessful branch exit(double click on RED dot off of logic branch) and tie it to the step you created for the 'False'.

Here's a sample...

Посмотреть вложение TrueFalse.xml
 
  • Спасибо
Реакции: yosheryosh

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