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

Sdílet
Vložit
  • čas přidán 28. 08. 2024

Komentáře • 38

  • @jatinsharma3792
    @jatinsharma3792 Před 9 měsíci +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 Před rokem +3

    Thank you Naveen for covering this topic.

  • @madhusmitapatra2266
    @madhusmitapatra2266 Před rokem +2

    Thank you Naveen. God bless you.

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

    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 Před rokem +2

    Thank you very much boss for clarity.

  • @shivaverla
    @shivaverla Před rokem +4

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

  • @MultiMandy24
    @MultiMandy24 Před rokem +3

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

  • @dipalipatil5775
    @dipalipatil5775 Před měsícem

    Thank you Naveen 😄

  • @sathyanarayananbaskaran3808

    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..

  • @bhuvaneshveera8334
    @bhuvaneshveera8334 Před rokem +1

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

  • @SineQuaNon1
    @SineQuaNon1 Před rokem +1

    Great video. Thanks.

  • @iuvenisel9107
    @iuvenisel9107 Před 9 měsíci +1

    How about invisible captcha??

  • @paarvigagan1193
    @paarvigagan1193 Před rokem +1

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

  • @travelandspiritual
    @travelandspiritual Před rokem +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  Před rokem +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 Před rokem

      @@naveenautomationlabs thank you

  • @shreyanbose
    @shreyanbose Před rokem +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  Před rokem +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 Před rokem +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 Před rokem +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 Před rokem

      @@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 Před rokem

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

  • @menagasenrayaperumal8853

    Thanks Naveen

  • @masumarahman4438
    @masumarahman4438 Před rokem +1

    Thanks

  • @abhishekjaiswal4818
    @abhishekjaiswal4818 Před 9 měsíci

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

  • @abhishekmareshwar15
    @abhishekmareshwar15 Před 11 měsíci

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

  • @akashrodge5431
    @akashrodge5431 Před rokem +1

    💯💯💯

  • @Sunils_Creations
    @Sunils_Creations Před rokem

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