-
Notifications
You must be signed in to change notification settings - Fork 804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot fails after choosing shipping address. #807
Comments
There is no code included to deal with selecting delivery options. |
So how do I fix this issue because I am ok with the bot selecting any type of shipping and don’t care what the bot selects also how is the bot coded for shipping |
You add code to the program to click the button you want to click. |
But is there any default payment and shipping code like from which line to which line so that I can maybe use that to guide me |
No, because it is expected/assumed that those are already set and you don't have to select them every time. This does not typically come up for domestic shipping. |
The address is set by setting the "prime days" option as default and this is how the bot works . ONLY FOR LOCAL SHIPPING IN THE USA. |
Ah so only local shipping works? And I have Amazon prime for Amazon Sg so I will just buy prime for Amazon US and use my planet express address in the USA. |
Well, the bot is just using Selenium. Find the XPath of the shipping options and use the bot to click on it. |
After I used --shipping bypass and the bot finally selected my address, at the deliver area it failed to press continue.
Is it also possible to click shipping that is not free
The text was updated successfully, but these errors were encountered: