Conditionally Handling Dialog
I would like to conditionally handle a dialog. If it appears, I'd like to handle it normally. If it doesn't, I'd like to continue with test execution.
Solution
This is possible with a coded solution. The action that potentially triggers the dialog must be included in the code.