Hari-Nagarajan / fairgame

Tool to help us buy hard to find items.
GNU General Public License v3.0
2.43k stars 806 forks source link

Bot fails after choosing shipping address. #807

Open VIncentOOF opened 3 years ago

VIncentOOF commented 3 years ago

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 fail2 fail1

DakkJaniels commented 3 years ago

There is no code included to deal with selecting delivery options.

VIncentOOF commented 3 years ago

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

DakkJaniels commented 3 years ago

You add code to the program to click the button you want to click.

VIncentOOF commented 3 years ago

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

DakkJaniels commented 3 years ago

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.

ChristianPerdomo commented 2 years ago

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.

VIncentOOF commented 2 years ago

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.

bushshrub commented 2 years ago

Well, the bot is just using Selenium. Find the XPath of the shipping options and use the bot to click on it.