meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
search_engine_ranker:script_manual [2018-01-19 21:36] – [Script Manual] sven | search_engine_ranker:script_manual [2019-06-16 15:20] – sven | ||
---|---|---|---|
Line 109: | Line 109: | ||
|set cookie\\ \\ set cookie condition|Sometimes cookies are required to submit a form and they are set by javascript so that the program can not detect them. You can do that manually with these variables. "set cookie condition" | |set cookie\\ \\ set cookie condition|Sometimes cookies are required to submit a form and they are set by javascript so that the program can not detect them. You can do that manually with these variables. "set cookie condition" | ||
|write file|Writes data to a file.\\ \\ //Example: write file=" | |write file|Writes data to a file.\\ \\ //Example: write file=" | ||
+ | |recaptcha sitekey|Get the required recaptcha site key\\ \\ //Example: recaptcha sitekey=< | ||
===== Variables usable in SETUP and STEP Section ===== | ===== Variables usable in SETUP and STEP Section ===== | ||
Line 116: | Line 116: | ||
^Variable^Allowed values / Description^ | ^Variable^Allowed values / Description^ | ||
- | |submit success\\ \\ submit failed\\ \\ captcha failed\\ \\ submit failed retry|At the end of each STEP* the resulting webpage content is checked first against " | + | |submit success\\ \\ submit failed\\ \\ captcha failed\\ \\ submit failed retry|At the end of each STEP* the resulting webpage content is checked first against " |
|submit success skip verify|If a submission is detected as successful and it is e.g. a REGISTER_STEP* then we can skip the verification process if certain stings appear on the page.\\ \\ //Example: submit success skip verify=> | |submit success skip verify|If a submission is detected as successful and it is e.g. a REGISTER_STEP* then we can skip the verification process if certain stings appear on the page.\\ \\ //Example: submit success skip verify=> | ||
|verify on unknown status|1 = if a submission is not detected as successful or failed it will still be taken as successful (appearing in log with " | |verify on unknown status|1 = if a submission is not detected as successful or failed it will still be taken as successful (appearing in log with " |