Hey,
so I'm building a template for yahoo email, got everything to work except clicking the "mail options" link in the "options" drop down menu once logged in.
I've tested countless times until I finally got it right in debug mode, it worked perfectly.
I'm using this setting to click the link in debug:
"options" link:
tab: page
document: 0
form: -1
tag: a
group: 0
attr. name: href
attribute value: http://us\.mg5\.mail\.yahoo\.com/neo/launch\?\.rand=0dtpc9d61pord\#
search type: regexp
match #: 1
it clicks the options link just fine, the problem is the next one, the "mail options" link which is inside the dropdown menu of the "options" link
I'm using the following settings:
tab: page
document: 0
form: -1
tag: a
group: 0
attr. name: outertext
attribute value: Mail Options
search type: regexp
match #: 0
In debug mode that works perfectly, and I can finish my template without any errors... In Zennoposter I get a totally different result... HTML element isn´t found, according to the search criteria
How can that be that debug works but zennoposter does not?
And what can I do to make it work?
P.S: After a while, is it MUCH faster to build templates? I surely hope so, this is my first template still, and im sitting on it for a full 24 hours (working time) and it's still not working right.
so I'm building a template for yahoo email, got everything to work except clicking the "mail options" link in the "options" drop down menu once logged in.
I've tested countless times until I finally got it right in debug mode, it worked perfectly.
I'm using this setting to click the link in debug:
"options" link:
tab: page
document: 0
form: -1
tag: a
group: 0
attr. name: href
attribute value: http://us\.mg5\.mail\.yahoo\.com/neo/launch\?\.rand=0dtpc9d61pord\#
search type: regexp
match #: 1
it clicks the options link just fine, the problem is the next one, the "mail options" link which is inside the dropdown menu of the "options" link
I'm using the following settings:
tab: page
document: 0
form: -1
tag: a
group: 0
attr. name: outertext
attribute value: Mail Options
search type: regexp
match #: 0
In debug mode that works perfectly, and I can finish my template without any errors... In Zennoposter I get a totally different result... HTML element isn´t found, according to the search criteria
How can that be that debug works but zennoposter does not?
And what can I do to make it work?
P.S: After a while, is it MUCH faster to build templates? I surely hope so, this is my first template still, and im sitting on it for a full 24 hours (working time) and it's still not working right.