Hello Shane,
WPM currently does not directly support conditional actions but you can try one workaround:
- Start recording and log-in.
- If broadcast page is not shown, stop recording and start over until you get broadcast page.
- Once you are on broadcast page, switch recorder to "XY capture mode" (Edit->Toggle XY capture mode, or use button on toolbar) .
- Click on OK button to close broadcast page.
- Disable "XY capture mode"
- Continue recording as usual.
What happens in this scenario is that click on OK button is recorded in special "XY" mode. This means that recorder does not really care about the button, it just clicks on exact coordinates where you clicked during recording. Because of this it does not care if button is not there, it clicks anyway.
That means that transaction does not fail if broadcast page is not displayed, but it also means that you need to make sure that there is nothing "active" on page after login at point where you clicked because WPM clicks there regardless. Also, the OK button needs to be on the sample place every time broadcast page is displayed so that WPM "hits" it.