0

Part of what I am trying to automate are:

  1. Go to : this
  2. Pick "25" from the Page Size dropdown list (a required selection for generating the report).
  3. Click the View Report button.
  4. Wait for the report to be produced.
  5. Click the Save/Export button and select the CSV option.

enter image description here

However, how can I set a condition that can detect whether the report is generated? There are 2 possible transitions from step 4 to step 5 - Loading or just Blank (which I have no idea why):

enter image description here enter image description here

Here is the test case that failed:

enter image description here

This is my first time using Selenium, and I am planning to export this to work with C#.

Thank you!

MooMooCoding
  • 319
  • 1
  • 5
  • 15

0 Answers0