Run selenium4 tests in Docker containers using Hub & Node | docker compose yml file

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 12

  • @teo_ke
    @teo_ke Рік тому

    Hey, how could you see video during testing in selenium grid ? I've tried but dont see any camera icon like 13:29.
    Is there any config in selenium grid ? . Let me know any video that you made for that.

  • @dineshkumargubba3688
    @dineshkumargubba3688 Рік тому

    Hi Just a small question, Can I create two chrome images in the same hub?

  • @anmolmishra7709
    @anmolmishra7709 3 місяці тому

    can we change password ?

  • @gazi3041
    @gazi3041 2 роки тому

    If we use In cap.setPlatform(platform.WIN10) then the browser in grid doesn't start

    • @qavbox
      @qavbox  Рік тому +1

      This is because the docker containers from docker selenium project are Linux containers, and the capabilities in code should match the docker container platform

    • @gazi3041
      @gazi3041 Рік тому

      @@qavbox how can we change the docker container selenium browser as chrome from Linux ,,,, because in my project as I set the capabilities as win10 ,,,so I want to use the window 10 not the Linux

    • @gazi3041
      @gazi3041 Рік тому

      @@qavbox in selenium grid normally not the docker one,, we have chrome as win 10 ,,so I run the project easily but while using the docker selenium grid ,, i saw the browser has LINUX ,, so I reached all the articles how to change it to win 10 but not find any solution

    • @gazi3041
      @gazi3041 Рік тому

      @@qavbox by the way thanks for replying 👍

    • @qavbox
      @qavbox  Рік тому +1

      @@gazi3041
      You have to put if else condition to set the cap to Win10 when you run in grid, and set cap to linux when you run in docker container.
      Like i set platform to local or remote in my framework app.java

  • @feyzaocakdan2029
    @feyzaocakdan2029 Рік тому

    hi thanks for your presentation.Please,Could you share your githup account? is there any configuration on your github acconut ,ı wonder..Thanks again

    • @qavbox
      @qavbox  Рік тому

      github.com/sunilpatro1985/SeleniumJavaFramework
      We need not to do any specific changes to github repo.

    • @feyzaocakdan2029
      @feyzaocakdan2029 Рік тому

      @@qavbox ok thanks for your interesting