@nomie7 said in Check a checkbox that was found using xpath:
self.checkedHi,
can someone help with a javascript. i found this element by xpath its hidden and its a checkbox how can i make it checked.
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