title: Test basic click navigation group: initial steps: - action: launch language: en options: - enable_javascript=1 - action: window-new tag: win1 # Ensure we can load the page properly in the first place - action: navigate window: win1 url: about:about - action: block conditions: - window: win1 status: complete - action: plot-check window: win1 checks: - text-contains: "about:Choices" # Now let's try and navigate to the choices page - action: click window: win1 target: text: "about:Choices" # Wait for it to load - action: wait-loading window: win1 - action: block conditions: - window: win1 status: complete # And check we got the choices - action: plot-check window: win1 checks: - text-contains: "Automatically generated" - action: window-close window: win1 - action: quit