fairgame icon indicating copy to clipboard operation
fairgame copied to clipboard

Bot fails after choosing shipping address.

Open VIncentOOF opened this issue 3 years ago • 8 comments

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

VIncentOOF avatar Jun 30 '21 03:06 VIncentOOF

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

DakkJaniels avatar Jun 30 '21 09:06 DakkJaniels

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

VIncentOOF avatar Jun 30 '21 09:06 VIncentOOF

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

DakkJaniels avatar Jun 30 '21 09:06 DakkJaniels

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

VIncentOOF avatar Jun 30 '21 10:06 VIncentOOF

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.

DakkJaniels avatar Jun 30 '21 11:06 DakkJaniels

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.

ChristianPerdomo avatar Aug 04 '21 02:08 ChristianPerdomo

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.

VIncentOOF avatar Aug 04 '21 03:08 VIncentOOF

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

bushshrub avatar Feb 02 '22 14:02 bushshrub