Это видео недоступно.
Сожалеем об этом.

Chrome For Testing Browser | Run your test on older version of chrome browser without uninstalling

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2023
  • #seleniumtutorial #maximumautomation
    As we know, Chrome browser ability to auto-update. Though the browser is getting updated automatically but as an automation user who is running end-to-end tests, will face the challenges like browser binaries compatibility. Because to run the test on the latest chrome browser we need to update the compatible binaries as well.
    But with the CFT browser we can run our test on a specific browser version without worrying about browser updates. Because the CFT browser does not update automatically.
    So lets move inside to get the more details.
    ****************************************************************
    GitHub Repo : github.com/Max...
    Git Tutorial : • #1 Git Tutorial | Vers...
    Selenium Java Tutorial : • Selenium with Java | C...
    Selenium C# Tutorial :
    • Selenium with C# | Klo...
    Allure Reports : • Allure Report | Integr...
    Jenkins Tutorial : • #2 Jenkins Integration...

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

  • @zubairkhakwani8772
    @zubairkhakwani8772 Месяц назад +1

    Not working in my case, it throws exception if I set BrowserVersion property. Exception message is ChromeDriver only supports version 122 current version is 126.0.****.

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

      Could you please share the piece of code which you have used to initiate the driver object?

  • @mohiuddinahmed9980
    @mohiuddinahmed9980 8 месяцев назад +1

    Thank you very much .learned something new to avoid chrome version chalange