New to playwright and coding so bear with me. I am printing an output file from an application and need to confirm the print request is completing. Once the print button is selected, a request to startExport is executed followed by getExportStatus. I need to expect in playwright for the 2nd request’s response to contain results of completed: true and progress: 100 (because if the print request fails then the response is completed: false and progress: 0).
!(https://i.sstatic.net/lGUBpmO9.png)
!(https://i.sstatic.net/vXhUBHo7.jpg)
Any ideas how I can do this?
rdn564132 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.