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*
342 stars 91 forks source link

Executing Code #19

Open anonymoususer710 opened 3 years ago

anonymoususer710 commented 3 years ago

So to start I'm relatively new to coding but not new to computing. Just curious as to what I do or where i put in your lines of code for ps5 botware once i have successfully set up python with selenium and have the chromedriver? any help would be huge as once again Im new and this is probably a simple fix but if someone could help out that'd be awesome. Thanks in advance basically i have all the pieces if someone could just put them together for me please

0xYasser commented 3 years ago

If you have installed python, chrome, chromedriver, selenium. All you need is to run: python3 WalmartBot_PS5_RELEASE.py then you fill the form with your information. Please provide more information about your operation system, version .. etc

jdmasterson2000 commented 3 years ago

After I run the code, the site doesn't seem to be refreshing. When I ctrl-c (Linux), I also get this error: "Unable to locate element: {"method":"xpath","selector":"//*[@id="add-on-atc-container"]/div[1]/section/div[1]/div[3]/button/span/span"}"

Could this be an issue within the code itself?