problem in macro execution?

purush84

Client
Регистрация
07.11.2011
Сообщения
259
Благодарностей
38
Баллы
0
I registered with a username after submitting my post i need to click the same user name what i have registered to get the output link, But it does not?


1. I used the execution result of username as a parameter value to the rise event
2. i tried to set up a value to the username and the same input as the rise event parameter value, then also i didn't able to click the username.

Kindly guide me as soon as possible.

Thanks!!!
 

joma

Client
Регистрация
06.03.2011
Сообщения
107
Благодарностей
13
Баллы
0
try a event click using innertext or something and remove the site atribute leaving just the innertext attr
 

archel

Client
Регистрация
02.05.2011
Сообщения
175
Благодарностей
22
Баллы
18
why not doing it without clicking the name?

In source/DOM of the page, there will probably be something like this:
<a href="http://www.xxx.com/xxxxxx/your-post-title">your username</a>

Then you just pull the link out of it
eg in the example above, the regexp:
http.*?(?=\"\>your\ username)

will pull out:
http://www.xxx.com/xxxxxx/your-post-title
 

purush84

Client
Регистрация
07.11.2011
Сообщения
259
Благодарностей
38
Баллы
0
Archel I think my query may be in a confused state. but i am not clear with you.
 

drvosjeca

Client
Регистрация
26.10.2011
Сообщения
512
Благодарностей
455
Баллы
63
hey, contact me on skype and i will try to help you ;-)

skype id: dejan.jugovic1
 
  • Спасибо
Реакции: purush84

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