Ok ill take a look. Thank you mate
extream87
@extream87
Posts made by extream87
-
RE: Check code
Hmmmmm....
Thanks bro im gonna try...
And in case the invalid and valid is in same post data? No way? -
Check code
Hello, im trying to check if an code its used or not.
In my case site only allows to check if is used or not in redeem page, so when i make a post with the code to redeem page or i get info saying is already used or he its auto applied...
Is there a way to make a post and get error message and if no error message cancel the post? -
RE: Selenium Key Failure
IF "<SOURCE>" Contains "SOMETHING"
BROWSERACTION ClearCookies
BROWSERACTION Quit
SET STATUS RETRY
ENDIFIs possible to ban proxy too?
-
RE: Selenium Key Failure
Sorry ive already found.
BROWSERACTION DOMtoSOURCE
IF "<SOURCE>" Contains "(FAILKEYHERE)"
BROWSERACTION Quit
ENDIF -
Selenium Key Failure
Hello, how can i do if Key check = failure i do browser quit?
In my code i do open browser, navigate to url, insert credentials then login if login is correct everything is ok but if keycheck = failure OB dont continue to another login... -
RE: Bypass Incapsula and Akamai
So its possible to create an host with akamai bypass to use ip=target site?
-
RE: Check if 2 variables are empty
Thanks one more time master.
Maybe in the future you can add the hability to use ELSEIF -
RE: Check if 2 variables are empty
Ruri if i put an else this else refers from 1st or 2nd IF?
IF "<Type1> EqualTo""
IF "<Type2> EqualTo""
do something
ELSE
do something
ENDIF