personal-coding / Live-Sports-Arbitrage-Bet-Finder

Automated bot that identifies live sports arbitrage opportunities across FanDuel, DraftKings, and William Hill (Caesars).
201 stars 45 forks source link

X Path Selector unable to find element #14

Closed nealmick closed 6 months ago

nealmick commented 6 months ago

Some of the xpath selectors appear to be in need of update. Specifically the bet slip selector or case 3 and 4 of the processing function in FD 2 Player appears to be referencing stale element. any insight is greatly appreciated.

LINE 173 ""//div[contains(@class,'betslip-odds__display-standard')]/span").text.strip()"): Message: stale element reference: stale element not found

personal-coding commented 6 months ago

@nealmick I am not actively maintaining this repository, as websites frequently change. I provided the code for informational purposes. Here is a helpful reference to update the XPath selectors:

https://www.browserstack.com/guide/xpath-in-selenium