Hi Sven, thanks for your answer. is it possible to retry with a different proxy once the the "submit failed retry" condition meets, I am currently writing a custom engine for checking metrics from Majetics, I am using public proxies for this project, when a proxy is burning out, the "submit failed retry" condition meets, is it possible to switch to a new fresh proxy to continue the submission? Please advise, thanks.
Hi Sven, how to fill those fields with names that are dynamically generated by Ajax, and change everytime you access the page?, e.g. ------- <div id="register__6e4cc017924405c049eb050724e6d990671ca229_container" class="required text form-group"><label for="register__6e4cc017924405c049eb050724e6d990671ca229">Last name <span class="requiredmarker">*</span></label><input type="text" class="form-control required text" id="register__6e4cc017924405c049eb050724e6d990671ca229" name="_6e4cc017924405c049eb050724e6d990671ca229" tabindex="0" value=""></div> ----------- Please advise.
Thanks for the quick reply. Another question, I am writing a custom engine, how to force the my engine use naked url as the anchor text no matter how do I set in the project? Is there any variable to overwrite it? Please advise.
Thanks again, I am facing the situation where the password is required to set in the verification page after the registration is successful, I tried to fill the form in the [Login_step1], but since the [Login_step] use the last page that [REGISTER_STEP] generated instead of the "email verification" generated, I can't make it work because they are the different URLs, for instance: ----------- The last URL of [REGISTER_STEP*] is: http://www.xxx.com/register.php The URL of "email verification" is: http://www.xxx.com/register.php?ver=abcdefg This is the URL where I can set the password and submit the form... ---------- My question is how to make [Login_step1] to use the last URL of "email verification"? I am stuck because of this.. please advise, thanks in advance.
you would use "verify by=extractemail" in register step which would just extract data from the email instead of loading the url and forgetting it. Just search for that in existing engines to get a clue. In Setup section you have to specify what to extract from the email.
Hi Sven, how to save a variable value which is extracted in the [step2], then use it in the "verify url" filed, for example:
-------
;=== UserID, extracted from the resulting page [User_ID]
type=extract
front1=name="userid"
front2=value="
back="
default=
[STEP1]
......
verify by=url
verify url=%targethost%/%user_id% .....
[STEP2] form id=xxx form name=xxx -------
It seems there is no way I can extract the %user_id% from the resulting page after submission, SER try to extract the %user_id% in the page for [step1]... How can tell SER to extract %user_id% from the submission resulting page? Please advise, thanks.
Comments
is it possible to retry with a different proxy once the the "submit failed retry" condition meets, I am currently writing a custom engine for checking metrics from Majetics, I am using public proxies for this project, when a proxy is burning out, the "submit failed retry" condition meets, is it possible to switch to a new fresh proxy to continue the submission?
Please advise, thanks.
-------
<div id="register__6e4cc017924405c049eb050724e6d990671ca229_container" class="required text form-group"><label for="register__6e4cc017924405c049eb050724e6d990671ca229">Last name <span class="requiredmarker">*</span></label><input type="text" class="form-control required text" id="register__6e4cc017924405c049eb050724e6d990671ca229" name="_6e4cc017924405c049eb050724e6d990671ca229" tabindex="0" value=""></div>
-----------
Please advise.
^You simply use the label or visual caption before the input field.
Another question, I am writing a custom engine, how to force the my engine use naked url as the anchor text no matter how do I set in the project?
Is there any variable to overwrite it?
Please advise.
...
html to custom link format=1
custom link format=<a href="%url%">%url%</a>
-----------
The last URL of [REGISTER_STEP*] is: http://www.xxx.com/register.php
The URL of "email verification" is: http://www.xxx.com/register.php?ver=abcdefg
This is the URL where I can set the password and submit the form...
----------
My question is how to make [Login_step1] to use the last URL of "email verification"?
I am stuck because of this.. please advise, thanks in advance.
-------
[User_ID]
[STEP1]
.....
[STEP2]
form id=xxx
form name=xxx
-------
It seems there is no way I can extract the %user_id% from the resulting page after submission, SER try to extract the %user_id% in the page for [step1]...
How can tell SER to extract %user_id% from the submission resulting page?
Please advise, thanks.
---
----
Any advice?
Thanks.