@DuckDuck have you checked it?
How to check if textbox is empty?
-
Hello, I'd like to check if TEXTBOX is emply, proceed script if not emply, end script
how to check please?
-
- Get element text
- If (if variable == null)
-
@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