flightplan-tool / flightplan

Search for award inventory using Node.js and Headless Chrome!
Apache License 2.0
142 stars 41 forks source link

BA Searcher Failing on Stopovers Page #43

Closed zubairv85 closed 5 years ago

zubairv85 commented 5 years ago

When searching ba flights, puppeteer would throw an error when trying to click on the '#noStopovers' radio button. Looking online it seems for radio buttons it is safer to query for that element and then calling 'click' on the element as opposed to 'page.click'.