Captcha Automation - Shall I Really Automate It? || ReCaptcha Automation Using Selenium

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • In this video, I have explained what is Captcha and types of Captcha. Shall we really automate this? Can I really automate this?
    Source: www.imperva.com/
    Schedule a meeting in case of any queries/guidance/counselling:
    calendly.com/n...
    ~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
    www.youtube.co...
    Follow me on my Facebook Page:
    / naveenqtpexpert
    Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
    t.me/joinchat/...
    Naveen AutomationLabs Paid Courses:
    GIT Hub Course:
    naveenautomati...
    Java & Selenium:
    naveenautomati...
    Java & API +POSTMAN + RestAssured + HttpClient:
    naveenautomati...

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

  • @jatinsharma3792
    @jatinsharma3792 9 месяцев назад +1

    Yes, I started learning Automation today and this thing came in my mind and found the exact right answer, I thought may be there is something which can be done but no there is no way, we also disable from Backend in the when I was working as Backend developer when I got the bug to resolve for login functionality. By disabling this I gave to QA for testing otherwise it’s not possible to test in the testing environment live application. It could be tested only in the production environment.

  • @peacelilly2200
    @peacelilly2200 Год назад +3

    Thank you Naveen for covering this topic.

  • @madhusmitapatra2266
    @madhusmitapatra2266 Год назад +2

    Thank you Naveen. God bless you.

  • @CLSgod
    @CLSgod 3 месяца назад

    I agree they shouldn't expect this be automated since it is to prevent automation, but you could definitely automate it if you used a multi modal LLM to send the test and ask for an answer, or utilize a captcha service.

  • @user-hr2by1yj1l
    @user-hr2by1yj1l Год назад +2

    Thank you very much boss for clarity.

  • @MultiMandy24
    @MultiMandy24 Год назад +3

    Hi sir, can you please put some more automation challenges
    Thanks

  • @shivaverla
    @shivaverla Год назад +4

    Thanks Naveen, its really helpful. i have question can we automate one time password verfication ?

  • @bhuvaneshveera8334
    @bhuvaneshveera8334 Год назад +1

    Navven sir where is the file path of ur webdriver and u didint given the property of the driver you using

  • @dipalipatil5775
    @dipalipatil5775 Месяц назад

    Thank you Naveen 😄

  • @iuvenisel9107
    @iuvenisel9107 9 месяцев назад +1

    How about invisible captcha??

  • @SineQuaNon1
    @SineQuaNon1 Год назад +1

    Great video. Thanks.

  • @sathyanarayananbaskaran3808
    @sathyanarayananbaskaran3808 Год назад +1

    Thank you naveen for taking this topic. In my application we are using Google login for SSO and while doing that , google enables the captcha before the password screen. So we could not automate our end to end flow for SSO logins. What can we do in these cases? we cannot disable captcha in google and so we cannot automate our scenarios
    Kindly give your suggestions in these scenarios..

  • @paarvigagan1193
    @paarvigagan1193 Год назад +1

    Can we automate this in cypress or not ? If yes can you please make a video on this?

  • @menagasenrayaperumal8853
    @menagasenrayaperumal8853 Год назад

    Thanks Naveen

  • @masumarahman4438
    @masumarahman4438 Год назад +1

    Thanks

  • @travelandspiritual
    @travelandspiritual Год назад +1

    Can we Automate Real time Production Websites Like Flipkart MakeMytrip etc..people are saying linkedin We can automate Flipkart Amazon if we try todo that will they block?

    • @naveenautomationlabs
      @naveenautomationlabs  Год назад +1

      It's better to avoid these social media or online shopping websites. These are very dynamic applications and it might block the automation requests also. So avoid it for ui automation.

    • @travelandspiritual
      @travelandspiritual Год назад

      @@naveenautomationlabs thank you

  • @shreyanbose
    @shreyanbose Год назад +1

    We cannot go back and convince client that this is non-automatable.. Instead try with Selenium Python combination with libraries like pytorch, scikit-learn, tensorflow.. Create a module called captcha and train it over different captcha use cases..

    • @naveenautomationlabs
      @naveenautomationlabs  Год назад +7

      Why can't you go back and educate your client? Captcha is used for stopping spams. A CAPTCHA is a type of challenge-response system designed to differentiate humans from robotic computer programs. CAPTCHAs are used as security checks to deter spammers and hackers from using forms on web pages to insert malicious or frivolous code. If you are automating it, you are doing it wrong. Client should understand this and it's a QA responsibility to educate the clients.

    • @abhilashg1368
      @abhilashg1368 Год назад +3

      If you think pytorch or any ML models works for solving captchas, all top websites would have spammed with fake bots and Captchas would have been extinct by now.

    • @shreyanbose
      @shreyanbose Год назад +1

      @@abhilashg1368 There are lot of fake bots, I can assure you certainly.. I can tell you also what Models to use and how to train..

    • @shreyanbose
      @shreyanbose Год назад

      @@naveenautomationlabs Naveen ethics and possibilities are two different options.. You told here, it is not possible.. I said it is possible.. Ethical perspective comes after that.. What is CAPTCHA, how many types are there most prominent architects are aware.. Sadly there are Models to automate them..

    • @abhilashg1368
      @abhilashg1368 Год назад

      @@shreyanbose ohh, please tell me model and give any repo link that can solve captchas.

  • @abhishekjaiswal4818
    @abhishekjaiswal4818 9 месяцев назад

    Thankyou for the video, But is there any third party tool from which we can automate?

  • @abhishekmareshwar15
    @abhishekmareshwar15 11 месяцев назад

    Naveen bhai moral of story is ..
    We can not automate captcha.....right?

  • @akashrodge5431
    @akashrodge5431 Год назад +1

    💯💯💯

  • @Sunils_Creations
    @Sunils_Creations Год назад

    Nice video, Even is somehow managed to automate or avoid the captcha, how we goanna tc in prod Environment white doing regression testing!