GMAIL-OTP Issues and Solutions

Sdílet
Vložit
  • čas přidán 30. 11. 2022
  • This video has a solution to the below issues in reading OTP from the Gmail.
    Note : If you are a first time visitor ,please watch below video prior watching this one: • How to Automate OTP nu... where I explained about "How to Automate OTP number using Selenium"
    1. Invalid credentials exception (even when you are providing the correct credentials)
    2. Missing the "Allow Less secure apps" settings from Gmail (google removed this feature)
    3. FileNotFoundException when providing the Gmail properties.
    4. Retrieving the most recent OTP if multiple unread emails from the same subject line.

Komentáře • 18

  • @peterparker-xd8tq
    @peterparker-xd8tq Před rokem +1

    Awesome video

  • @amazingclubs5349
    @amazingclubs5349 Před rokem

    I did it, thank you

  • @amazingclubs5349
    @amazingclubs5349 Před rokem +1

    sir can we get the JAR property under Maven repository ?

  • @user-nk5ii7fe5g
    @user-nk5ii7fe5g Před 9 měsíci

    Superb lecture but where did you define web elements in an ideal way, here how can you declare it without getting any x path for web elements to pass value in it.?

  • @manojkumarg489
    @manojkumarg489 Před 2 měsíci

    how can automate test the Microsoft 2f authentication put a video for that sir

  • @MoniraAzad
    @MoniraAzad Před 3 měsíci

    I can't find the EmailUtils so now what can i do?

  • @Jagson_13
    @Jagson_13 Před 5 měsíci

    Can we use this solution in Playwright?

  • @gokulangokul1272
    @gokulangokul1272 Před rokem

    where you paste the url for email how it directs to the email page without url

  • @prasadsuryawanshi3340

    Thank you so much for detailed informative video @DotClick Automation Labs.
    Subscribing the channel. Thanks!

  • @call2shiva1
    @call2shiva1 Před 12 dny

    I am unable to find EmailUtils class

  • @rishabhsingh3315
    @rishabhsingh3315 Před rokem

    The email is printing in the console , but when printing the OTP its not printing it.

  • @nukavalliharshamanikanta3373

    sir make a viedo on how to add multiple screenshots on excel using selenium with java...because first image is getting removed while inserting multiple images on excel sheet...... no solution on google also

  • @AnnoymousSinger
    @AnnoymousSinger Před rokem

    Hi their I'm hoping you can help me I cant log in my gmail with recovery phone number as when I get the code it tries to verify but then says its sending a email to the email I'm trying to recover please help

  • @gurrapupremchand3958
    @gurrapupremchand3958 Před rokem +1

    hi i was unable to connect to my test mail account by using app passwords also I'm getting error "javax.mail.MessagingException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate);"

    • @tkannant
      @tkannant Před rokem

      I received same error and it was resolved after using latest JavaMail jar (v1.6.2)

    • @gurrapupremchand3958
      @gurrapupremchand3958 Před rokem

      @@tkannant yeah thanks i will check that