Amazon Automation With Selenium and Python | Part 1

Поделиться
HTML-код
  • Опубликовано: 22 янв 2025

Комментарии • 40

  • @crazywolf-u7s
    @crazywolf-u7s 4 года назад +1

    Quite helpful.Thanks sharing

  • @just_a_statistic
    @just_a_statistic 4 года назад +1

    To continue, approve the notification sent to my number
    I am getting this how do I skip it it ruined the automation

    • @futureautomation2504
      @futureautomation2504  4 года назад

      I guess either amazon has revived its securities or some settings are on from your end. Lemme check from my side and we can discuss than✌🏻

  • @Akash-ho7sf
    @Akash-ho7sf 2 года назад +1

    This was very helpful, I tried the code but I had an issue.
    My error is:
    ModuleNotFoundError: No module named 'logindata'
    I think this is a package problem, but can you help me out?
    My Selenium version is 22.1.2.

    • @futureautomation2504
      @futureautomation2504  2 года назад

      Hi, I thing u have not added the package which I mentioned , u need to create one more file for login detials or else u can do one thing u can remove that login data part and add normal variables with your login detials.

    • @futureautomation2504
      @futureautomation2504  2 года назад

      If you still have any issues mail me your code I will check and let you know

    • @Akash-ho7sf
      @Akash-ho7sf 2 года назад +1

      @@futureautomation2504 Thank you for sharing this. I'll definitely try this out.

    • @Akash-ho7sf
      @Akash-ho7sf 2 года назад +1

      @@futureautomation2504 Yep definitely ☺

  • @rohanyemul3498
    @rohanyemul3498 4 года назад

    Good one Bro

  • @nikolaschristy516
    @nikolaschristy516 3 года назад

    how can i write code for amazon signup page email verification link

    • @futureautomation2504
      @futureautomation2504  3 года назад +1

      You need to access your email after login and check for specific keywords of Amazon verification emails. Select the link and click on that. If u still didn’t get the solution DM me on insta , I will help
      You

  • @renarayana4177
    @renarayana4177 4 года назад

    How are the driver parsing here

  • @bah0n1
    @bah0n1 4 года назад

    Bro i try it and first time its work for me.
    But when second time i again tryed its gived me error and amzone say try to solve captcha.. 🙄

    • @futureautomation2504
      @futureautomation2504  4 года назад

      I need to still work ok captcha. But I will try to make a video on that too .

  • @prateekgoyal701
    @prateekgoyal701 4 года назад +1

    When will you be releasing part2 for ordering an item @Future Automation

    • @futureautomation2504
      @futureautomation2504  4 года назад +1

      After the Plays GTA 5 series I will upload the next video on amazon automation for sure thank you ✌🏻

  • @renarayana4177
    @renarayana4177 4 года назад

    Bro very nice man vishwas here

  • @abhishekdhiwar7733
    @abhishekdhiwar7733 4 года назад

    How to bypass captcha ?

    • @futureautomation2504
      @futureautomation2504  4 года назад +1

      Thank you for the question. I will make a video and surely upload it soon. May be it’s a bit complicated I guess but, I need to research. I will look into it and make a video for sure. Thank you✌🏻

    • @abhishekdhiwar7733
      @abhishekdhiwar7733 4 года назад +1

      Thanks ! Waiting for video

  • @ananyaaniketkulkarni6461
    @ananyaaniketkulkarni6461 3 года назад

    Can we use click method instead perform in sign in feature?

  • @hariprashanth3941
    @hariprashanth3941 4 года назад

    hello sir, you are doing a wonderful work... thankyou from india...
    but sir, an error occured here -it says "JavascriptException: Message: javascript error: Failed to execute 'elementsFromPoint' on 'Document': The provided double value is non-finite.
    (Session info: chrome=83.0.4103.97)"
    what to do sir, any suggestions?
    thanks for you guidence... thank you

  • @xiangli7352
    @xiangli7352 3 года назад +1

    Solid tutorial but a bit outdated. Selenium is now easily fingerprinted and will quickly fail/get your account sanctioned.
    Check out StackOverflow question 9048756 - other options are available.