#8 - Browser Context in Playwright - Create Multiple Browser Contexts | | Playwright with Java

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

КОМЕНТАРІ • 20

  • @kailashpathak9184
    @kailashpathak9184 11 місяців тому +1

    I always love the way Naveen Explained .. Learning A lot from him!!
    Thanks Bro !!

  • @jagadeeshmadhura3223
    @jagadeeshmadhura3223 2 роки тому +1

    When we have to test user behaviour with different roles with selenium its little lengthy and need to logout and login for every user…
    This is nice feature in playwright.. thnx for sharing this Naveen

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

    Hi @Naveen Very informative , easy to understand and the style of your teaching style is very very nice where we can see the practical things step by step and awesome.

  • @Daniel-zq7nx
    @Daniel-zq7nx 2 роки тому

    Amazing tool I really started to get pleasure from testing no waits fast as possible

  • @mitenrajani3455
    @mitenrajani3455 2 роки тому +3

    Naveen If some organization not allowed incognito tab and not accessible, this is case what we need do.?

  • @VinodKumar-yz3ff
    @VinodKumar-yz3ff 2 роки тому +1

    Hi Naveen really cool. Eagerly waiting for framework

  • @ashirbadprusty9327
    @ashirbadprusty9327 2 роки тому +1

    HI Naveen,
    Excillent training on Playwright-Java.
    When are you going to release the next video on this series?

  • @GilbertSBaidya
    @GilbertSBaidya 2 роки тому +2

    Falling love with play write

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

    Very useful and well explained. Thank you

  • @MatheusSilva-qm3ph
    @MatheusSilva-qm3ph 2 роки тому +1

    Very cool!

  • @priya__22
    @priya__22 6 місяців тому

    Hi Naveen, how do we do tracing when we use multiple context's ?

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

    Hello Navin, Can you tell me is there any possibilities to using Playwright with Cucumber. Thanks

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

    Very good one but here all 3 browser contexts are running sequentially, How can we make them parallel ??

  • @desertstar7664
    @desertstar7664 7 місяців тому

    I don't know why but most companies wants qa automation engineers to know playwright with javascript instead of java. Both languages good, but someone who is coming java with selenium background learning java with playwright is much better because you are simple switching the testing framework instead of relearning a whole new language.

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

    How does tracing work when multiple browser contexts are created? Can everything be added to a single trace.zip?

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

    What is the difference between browser context and page?

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

    How to multiple run spesifik profile chrome ?

  • @DineshSingh-gb4yq
    @DineshSingh-gb4yq 2 роки тому

    Video is good. But you mentioned it’s not possible in selenium (may be my understanding is wrong here).
    We can initialise the 2 webdriver and can start automation. Above scenario possiable in selenium as well.

    • @naveenautomationlabs
      @naveenautomationlabs  2 роки тому +2

      with one driver instance you cant do this in selenium, but in PW its possible with the same browser instance using multiple browser contexts.

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

      @@naveenautomationlabs Using Dev tools protocol also it is not possible ?