This is my code , and it doesn’t close the browser because if it fail condition get stoped here , i dont know how to make to move to close broswer block , only work with success.
BLOCK:SeleniumGetDOM
=> VAR @seleniumGetDOMOutput
ENDBLOCK
BLOCK:Keycheck
KEYCHAIN FAIL OR
STRINGKEY @seleniumGetDOMOutput Contains “We can’t find an account with this email address”
KEYCHAIN SUCCESS OR
STRINGKEY @seleniumGetDOMOutput Contains “A one-time code has been sent to”
ENDBLOCK