Checking presense of an image or an element on the page.

mishav

Client
Регистрация
07.07.2013
Сообщения
25
Благодарностей
0
Баллы
0
I had a scenario where after you submit to a blog it says something like

"Thanks for your submission"

I wanted to do check text presense, except it was in javascript and when I highlighted the text and pressed check text presense, it was blank.

Can I use actions designer for checking or perhaps image finder for this. I don't know how exactly, to do this, my question is it even possible?

If not , would you be able to add these two features?
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
The problem with doing text presence check on javascript is that it is usually there on the page whether the submission was complete or not and is triggered by success or not. Sometimes it is possible to get a check by url after submission or I have used search by picture before but it is not 100%.
 
  • Спасибо
Реакции: mishav

mishav

Client
Регистрация
07.07.2013
Сообщения
25
Благодарностей
0
Баллы
0
The thing is that with check text presense is that if the text is made on the page dynamically through javascript it doesnt necessarily appear that way when you strictly look at the source code of the page which is what Zennoposter reads

for example

if you use eval ( "my" + "text"); in javascript then ZP wont find the text "mytext"
 

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