dkkocab / WebSiteBot_PS5

This is a bot that will buy a PS5 through Walmart. It's written in python and uses selenium to interact with web pages. *WORK IN PROGRESS*
341 stars 91 forks source link

Refresh page until "Add to cart" is shown #12

Open micfranc opened 3 years ago

micfranc commented 3 years ago

I was trying to try/ except statement with a driver.refresh that would refresh the page once the PS5 is released but I am not finding a good place to put it. Any ideas or where to put this?

dkkocab commented 3 years ago

Look at the newest update of the code, I added one already

On Tue, Nov 24, 2020 at 7:17 PM micfranc notifications@github.com wrote:

I was trying to try/ except statement with a driver.refresh that would refresh the page once the PS5 is released but I am not finding a good place to put it. Any ideas or where to put this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dkkocab/WebSiteBot_PS5/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK74N3JBGDPMW3JPVV55VTLSRREKZANCNFSM4UBST5TA .

-- Alex