Giter Site home page Giter Site logo

Comments (3)

khaouitiabdelhakim avatar khaouitiabdelhakim commented on June 19, 2024 2

Hi guys, remember that this script is subject to the google robot detection systems, so if the system detects the script as robot activity it will force you to verify that you're human. So there will be no skip button and the scripts ends here. I am still thinking if there is a possible way to let the script create emails in a virtual env so it can not be detected as the same process repeated.

from gmail-creation-automation-python.

BlueGob avatar BlueGob commented on June 19, 2024 1

since class name is changing every time you open the form you have to use xpath instead, replace By.NAME -> By.XPATH and put the xpath of the button

  • name next button
next_button = driver.find_element(By.XPATH,"/html/body/div[1]/div[1]/div[2]/c-wiz/div/div[3]/div/div/div/div/button")
  • basic information next button
next_button = driver.find_element(By.XPATH, "/html/body/div[1]/div[1]/div[2]/c-wiz/div/div[3]/div/div/div/div/button")
  • gmail address next button
next_button = driver.find_element(By.XPATH, "/html/body/div[1]/div[1]/div[2]/c-wiz/div/div[3]/div/div[1]/div/div/button")
  • password next button
next_button = driver.find_element(By.XPATH, "/html/body/div[1]/div[1]/div[2]/c-wiz/div/div[3]/div/div/div/div/button")

for some reason the skip button for phone verification doesn't exist so basically i can't pass this step

from gmail-creation-automation-python.

kr4k0n avatar kr4k0n commented on June 19, 2024

Hi guys, remember that this script is subject to the google robot detection systems, so if the system detects the script as robot activity it will force you to verify that you're human. So there will be no skip button and the scripts ends here. I am still thinking if there is a possible way to let the script create emails in a virtual env so it can not be detected as the same process repeated.

Like that? --> https://www.reddit.com/r/google/comments/18pa5v7/google_removed_the_option_to_skip_the_phone/

Only plausibility way is avoiding Google detection via IP changes without caches and cookies.

from gmail-creation-automation-python.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.