lazlod
Results
2
comments of
lazlod
I was able to get the bot running successfully in headless mode by manually specifying the `user-data-dir` chromedriver argument. Line 252 in stores/amazon.py: `options.add_argument(f"user-data-dir=.profile-amz")` to, e.g., `options.add_argument("--user-data-dir=/path/to/fairgame/.profile-amz")` That's what was...
> did you test if the auto-buy process terminates correctly? Yep, everything works end to end for me. Running the script (one instance, at least) with the following options: ```...