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
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.
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.
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.
I always love the way Naveen Explained .. Learning A lot from him!!
Thanks Bro !!
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
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.
Amazing tool I really started to get pleasure from testing no waits fast as possible
Naveen If some organization not allowed incognito tab and not accessible, this is case what we need do.?
Hi Naveen really cool. Eagerly waiting for framework
HI Naveen,
Excillent training on Playwright-Java.
When are you going to release the next video on this series?
Falling love with play write
Very useful and well explained. Thank you
Very cool!
Hi Naveen, how do we do tracing when we use multiple context's ?
Hello Navin, Can you tell me is there any possibilities to using Playwright with Cucumber. Thanks
Very good one but here all 3 browser contexts are running sequentially, How can we make them parallel ??
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.
How does tracing work when multiple browser contexts are created? Can everything be added to a single trace.zip?
What is the difference between browser context and page?
How to multiple run spesifik profile chrome ?
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.
with one driver instance you cant do this in selenium, but in PW its possible with the same browser instance using multiple browser contexts.
@@naveenautomationlabs Using Dev tools protocol also it is not possible ?