request firefox update to fix geckodriver issue
This is a request to update Firefox to fix a Geckodriver issue. Been using Selenium Basic inside Excel VBA which successfully Opens "firefox" but then fails to Get "https://jackpocket.com/lottery-results/arizona" ending instead with a '21' timeout error in the debugger. I have already carefully checked my Selenium Basic and Geckodriver installation, which are correct. So I think there is a code incompatibility between the two. I am trying to scrape the latest JavaScript rendered Next Jackpot numbers there into open Excel. The website URL is public information. The firefox version in use is 149.0.2 and the geckodriver.exe in use is 0.36.0 on a windows 11 laptop.