Any chance somebody can help me make a Proxy anonymity checking script, That like visits a Proxy checking site and only saves the ones that gets like "No Proxy Detected" and saves it in a .txt file.
you can try element exist feature . just visit website and check your proxy .after , use" is element exist" feature . use if condition and select IS_EXIST variable.
Thank you, my brother, your actions are really extraordinary and able to solve my problem according to my expectations, once again thank you, my brother.
@givirus its because of your script logic, maybe you dont call the function? OR you dont have proper error handling which results into certain parts of your script being skipped since they are inside an if statement. I encountered this problem many times in the past, you will need to handle errors and it'll will be most likely fixed, for the purpose of debugging you can use the "Log" function at several points to see where it will print it.
@stephenperry18 First of all you need to get textbox content with "Get Element Text" action.
Then use "If" action to check if it is empty.
You can construct condition yourself like it is shown on following gif:
0_1528972086841_CheckIfNotEmpty.gif
oh wow thank you so much :) I really appreciate it