Currently, I am working on a script to search for flights from Los Angeles to Houston George Bush International Airport with specific filters.
- Looking for one-way flights only
- Filtering for nonstop flights
After conducting the search, here are the results displayed:
My next step is to verify that the results exclusively include nonstop flights. How can I achieve this?
I am utilizing the Testcafe testing framework for this task.