Headless Browser Testing using HTMLUnitDriver in Selenium - Session 10

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025
  • НаукаНаука

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

  • @amitbhardwaj7824
    @amitbhardwaj7824 4 года назад +7

    awsome video for Selenium keep uploading bro...

  • @omkarpotdar2763
    @omkarpotdar2763 2 года назад +1

    Thank you so much Naveen. Your language is very clear and understandable. Good and keep it up.

  • @sandeepkokane9549
    @sandeepkokane9549 3 года назад +1

    Thanks Naveen

  • @Viplove_QA_SDET
    @Viplove_QA_SDET 4 года назад +4

    i want to go through all the videos uploaded till now in this channel :-). Can you tell me how much hour it's gone a take ? You are gem to software automation industry

  • @vyshnaviperumalla9928
    @vyshnaviperumalla9928 3 года назад +1

    Does it mean no timeout methods are required while performing headless browser testing?

  • @yashu7296
    @yashu7296 3 года назад

    Thank You, Sir!

  • @MyWalia
    @MyWalia 6 лет назад +1

    So that means for HTMLunitdriver, we do not need to do setProperty because its a jar file and not an exe file like chromedriver or geckodriver?

  • @manideepmukka2626
    @manideepmukka2626 3 года назад

    hi, can we perform the click button options using the headless browser... ex: browser should open the fb and login and enter the text in "post" box and click on post and then logout.
    will it work in headless browser?

  • @real_hello_kitty
    @real_hello_kitty 4 года назад +1

    Thanks 🙏.

  • @MyWalia
    @MyWalia 6 лет назад +1

    Hi Naveen, Is it required to give dynamic wait with HTMLunit driver...or thread.sleep ?

  • @nisheethbaxi6208
    @nisheethbaxi6208 6 лет назад

    What would be the syntax for BrowserVersion.Firefox in Python? Please help

  • @davidvilla5154
    @davidvilla5154 7 лет назад +1

    hI nAVEEN, tHANKS FOR THE CLASS. u SAID IT IS NOT AVAILABLE IN SELENIUM 3X, DOES IT MEAN IT IS NOT USING ANYMORE?

  • @ashwinib5017
    @ashwinib5017 3 года назад

    Hi Naveen ...one query in this video, you have already used implicit wait of 20 seconds why are we again using thread .sleep here

  • @rajiniyalamarthy4480
    @rajiniyalamarthy4480 6 лет назад +1

    Hi Naveen, I am using latest version of Selenium WebDriver, version no:3.9.1. It has html unit driver version 2.29.0 in the libs folder. Can you pls confirm on this as you said its not available in Selenium 3.x

    • @alanvargas3148
      @alanvargas3148 2 года назад

      HTMLUnit driver is still available and used in Selenium 4 +.

  • @renukashiva2199
    @renukashiva2199 5 лет назад

    I am getting this Exception: java.lang.NoClassDefFoundError .Can you tell me where am I wrong? pls

    • @nhutck100
      @nhutck100 4 года назад +1

      Please try with HtmlUnitDriver jar file instead of maven

  • @abinashjena8928
    @abinashjena8928 7 лет назад

    Can we take screen shot of the webpage without opening browser by using HTMLunitDriver?

  • @supriyakodole497
    @supriyakodole497 3 года назад

    Login
    How to create xpath for login button if it is given like this?
    I Tried many things like i gave the type as submit and other things but i think something is missing by me.

  • @suryakumaris4125
    @suryakumaris4125 6 лет назад +1

    Hi Naveen, if i execute WebDriver driver= new HtmlUnitDriver(); means getting exception like Type mismatch: cannot convert from HtmlUnitDriver to WebDriver. I installed HtmlUnitDriver in my proj. if i give like WebDriver driver = new org.openqa.selenium.htmlunit.HtmlUnitDriver(); means its executing properly. whats the problem in this?

    • @abishekkachroo938
      @abishekkachroo938 5 лет назад

      there is the problem with import of packages just remove all the packages and try again

  • @Ajit278
    @Ajit278 6 лет назад +1

    this video solved my issue so subscribed

  • @madhurinemade27
    @madhurinemade27 6 лет назад +1

    What happens if I set chrome driver and Firefox driver in system property the which browser htmlunitdriver will get open.....or it's nothing to do with that driver which we set in system property ????

    • @medhaparulekar4235
      @medhaparulekar4235 4 года назад

      We are not opening any browser,so set property can be of any browser ,I guess .