@lolelole Hi, you could check "Proxy blacklist checker" example.
0_1496298627489_ProxyBlacklistChecker.png
There is also proxy checker video tutorial https://www.youtube.com/watch?v=FCfcgDX8ezk
Hello, I'd like to check if TEXTBOX is emply, proceed script if not emply, end script
how to check please?
@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:

@romanbiz said in How to check if textbox is empty?:
- Get element text
- If (if variable == null)
@support said in How to check if textbox is empty?:
@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:
oh wow thank you so much :) I really appreciate it