Facebook a link not found in debugger, no matter what...

bmdivers

Новичок
Регистрация
15.09.2012
Сообщения
8
Благодарностей
0
Баллы
1
Hi everyone,

My first post here, very happy with zennoposter mental power :-)

I want to use zenno to do the following=> Get the names of the people that liked my posts, by clicking on the button showed in the attached picture of action recorder.

http://tinypic.com/view.php?pic=2rz2epv&s=5

The a link is correctely isolated in in action recording through a unique identifier (id=js_2) and runs smoothly.

However, while debugging I get the error "html element is not found by search criteria".

I tried the following solutions with no success:
- Search By picture (definately not the best feature of zennoposter, not reliable)
- Search by href and id

I also analysed the source code of the page through Zennoposter (Pasted it in Notepad++), and through Firebug, and noticed that the the element's ID was different! (js_3 vs js_4)!!!

Please help with a solution,

All the best.
 

zeus

Client
Регистрация
03.07.2012
Сообщения
99
Благодарностей
21
Баллы
18
Use the Mobile version of FB and you should be able to get the list of people who liked your status easily.
 

bmdivers

Новичок
Регистрация
15.09.2012
Сообщения
8
Благодарностей
0
Баллы
1
Thanks for the mobile solution. Will give it a try.
What about solving this issue for non mobile website? Any inputs?
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
681
Баллы
113
You could use regex OR which is a pipe(|).... js_2|js_3|js_4|... or you could use the regex expression js_\d+
 

bmdivers

Новичок
Регистрация
15.09.2012
Сообщения
8
Благодарностей
0
Баллы
1
I try the suggested solution (regex js_\d+) with no success.

the reason is simple => The source code of the page is different from the HTML we see on the action designer.

In action designer, we identify easily the link (js_3) and click on it. However, there is no js_3 in the source code of the page, since I believe it generated dynamically by Facebook.

Please have a look on the pic, and advice about a way to identify the "5335 people" link on the source code and how to click on it please :(

http://tinypic.com/view.php?pic=dnhc2u&s=5
 

bmdivers

Новичок
Регистрация
15.09.2012
Сообщения
8
Благодарностей
0
Баллы
1
Up on the problem above.

Any suggestion is welcomed :-)

Thanks in advance.
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 705
Баллы
113
You can parse {-Page.Dom-} instead of {-Page.Source-}
It should have all data that was get via scripts when page was loading.
 

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