Speed Up Your Selenium Test Execution By Disabling Images On Chrome/Firefox - A Smart Tip

Sdílet
Vložit
  • čas přidán 14. 03. 2023
  • Schedule a meeting in case of any queries/guidance/counselling:
    calendly.com/naveenautomation...
    ~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
    czcams.com/users/Naveen%20Au...
    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/9FrG-KzGlvxjNmQ1
    Naveen AutomationLabs Paid Courses:
    GIT Hub Course:
    naveenautomationlabs.com/gitc...
    Java & Selenium:
    naveenautomationlabs.com/sele...
    Java & API +POSTMAN + RestAssured + HttpClient:
    naveenautomationlabs.com/manu...
  • Věda a technologie

Komentáře • 26

  • @ABAutomationHub
    @ABAutomationHub Před rokem +1

    Thanks for sharing such tricks.. Very helpful! Looking forward to more such videos.

  • @bihari1422
    @bihari1422 Před rokem +1

    Super duper video to keep the spark alive :)

  • @RobinsonMartinezEngineer

    Thank you Naveen!

  • @vishalsontakke3661
    @vishalsontakke3661 Před rokem +2

    Hi Naveen, it helps a lot. Could you help to create a jar file for the cucumber project for execution also can we do parallel execution using test runner file for cucumber framework.
    Thanks in advance.

  • @jyothiinapanuri5451
    @jyothiinapanuri5451 Před rokem +1

    Thanks for the update 👍

  • @barzilaizio5833
    @barzilaizio5833 Před rokem +1

    great, thanks sir

  • @balag3611
    @balag3611 Před 8 měsíci

    Hi Naveen, can you suggest me how to disable or pause the animation for the webpage

  • @siddharthmittalOfficial
    @siddharthmittalOfficial Před rokem +3

    Respected Sir , Can you please explain those 4 lines of Hash Map
    Unable to understand Sir why you have taken key as images & pair as 2
    please explain those 4 lines of Hash Map

    • @sriramkukkadapu1049
      @sriramkukkadapu1049 Před rokem +1

      Yes it would be helpful to know why we should pass images and 2 why not images and 3

    • @naveenautomationlabs
      @naveenautomationlabs  Před rokem +2

      yes 2 means blocking the images.
      0 ==> default,
      1 ==> Allow,
      2 ==> Block.

  • @ganesh86ful
    @ganesh86ful Před rokem +1

    Awesome 👍

  • @tusharmundhe3511
    @tusharmundhe3511 Před rokem

    Hi sir,
    Can you make one video on carina framework.

  • @user-li4lp9hp1h
    @user-li4lp9hp1h Před rokem +1

    How can we do this in BDD framework?

  • @user-qr9yg6je1s
    @user-qr9yg6je1s Před 2 měsíci

    Hi Naveen,
    How to capture Amazon image automated

  • @jaykumarnilkanth2354
    @jaykumarnilkanth2354 Před rokem

    Sir can you help us to get or ideas how can we as a fresher work on different different projects to actually gain knowledge without paying to any classess. Thank you and regards.

    • @siddharthmittalOfficial
      @siddharthmittalOfficial Před rokem

      Dear, Pick any website on your own & start automating it .
      If you have basic knowledge of testing. Think those edge cases & start automating & see the magic after few months.

  • @Pritamchamre
    @Pritamchamre Před rokem +1

    Hi Naveen, Can you please tell me why you have set the parameter "images, 2"? Why 2?

    • @marynanesterenko2712
      @marynanesterenko2712 Před rokem +1

      I think when he was explaining the Firefox Options part at 7:58, he has mentioned that "2" means disabling images, so I am assuming it's a default value, what to you think?

    • @naveenautomationlabs
      @naveenautomationlabs  Před rokem

      2 means block.
      0 ==> default,
      1 ==> Allow,
      2 ==> Block.

    • @naveenautomationlabs
      @naveenautomationlabs  Před rokem +2

      @@marynanesterenko2712 yes 2 means blocking the images.
      0 ==> default,
      1 ==> Allow,
      2 ==> Block.

  • @nrv7012
    @nrv7012 Před rokem +1

    Iam looking to take training from you

    • @naveenautomationlabs
      @naveenautomationlabs  Před rokem +1

      You can enroll for it from here. naveenautomationlabs.com/selenium-training-batch/

    • @nrv7012
      @nrv7012 Před rokem

      @@naveenautomationlabs thank you

  • @MeiyarasuS
    @MeiyarasuS Před rokem +1

    🫡

  • @GurudattaPraharaj
    @GurudattaPraharaj Před rokem

    we can just use this instead of creating an extra map object
    prefsMsp.put("profile.managed_default_content_settings.images", 2);