I remember the days when you start the Java Selenium series, just the same way this also got begun, Thanks @Naveen for it. Such a detailed explanation 😊👍
@mitenrajani34552 жыл бұрын
Very detailed explanation @Naveen , you are like jitu bhaiya in kota factory .
@akshaychorey13762 жыл бұрын
Thanks Naveen, for a whole new series over a very nice tool. I am sure Playwright will buzz in the market in coming years
@kalaiarasineelamegam60092 жыл бұрын
Very detailed explanation naveen.. Thanks a lot. 🎊🎊🎉🎉🎊🎉
@mushfiquazaman95972 жыл бұрын
Great tutorial. Thank you Naveen.
@vinayakavinaybelur7782 жыл бұрын
Thanks Naveen. You are amazing 👏
@aayushpatel33602 жыл бұрын
Awesome Naveen
@swapnilbodade13362 жыл бұрын
We are following.. great video thanks,
@zenkiedaniel59492 жыл бұрын
Very well explained. Thank you. Does playwright/test has support for data driving testing?
@Madhan19922 жыл бұрын
Hi Naveen, when I try to download the binaries from the playwright tool.I'm getting the following issue below like, Failed to install browser Unable to get local issuer certificate can u help me on this??
@EkremMese-o6i9 ай бұрын
Thank you Naveen!
@shubhamholey97879 ай бұрын
Hello @Naveen, Thank you for such detailed explanation on Playwright. Can you please create a dedicated video for downloading binaries at custom path. I have tried applying the way it is written in documentation but still it is downloading at its default location.
@rajujawale51862 жыл бұрын
Very informative and useful
@sack112007 Жыл бұрын
WellExplained. One question: could you please explain how playwright connects with Selenium Grid. I am facing an issue while connecting with https Grid Server and don't know how to proceed further.
@shashikumar-ii3vt2 жыл бұрын
@Naveen Thanks for the Awesome Serious. After watching the whole series setting up the environment in my machine where I'm behind the firewall where I'm unable to download the browser Binaries Can you please help me with alternate ways to download Binaries or How to download behind firewall or over proxy??
@shubhangipawar39932 жыл бұрын
it was a nice vdo...Thanks for it.
@damaharinathreddy002 жыл бұрын
It is awesome..!
@sanupriya16723 ай бұрын
Hi @naveen I dont see the Maven quickstart while creating a new maven project artifect catalog filter
@chandrus5112 жыл бұрын
Thanks for your videos. Is it possible to launch chrome browser in non-incognito mode. by default it is getting opened in "Incognito" mode
@sowmya10579 ай бұрын
Hi Naveen, please let me know if I can trigger Playwright scripts through Tosca Commander. If yes, can I get an idea about it. Thank you.
@sunilkukreja Жыл бұрын
@Naveen Can we replace selenium libraries in our existing Cucumber / Test Ng Framework with Playwright and use the automation pack as is was ?
@anandhirajagopal3202 жыл бұрын
Sir, you said that there three binaries Chromium, firefox and webkit. but when I give Launch Chromium, it downloading all the three binaries. cant we download only chromium binaries?
@baleginda81832 жыл бұрын
good morning Naveen
@RaviSalunkhe852 жыл бұрын
What is the general or most used language for playwright? I see a lot of stuff with TypeScript! Any idea?
@GurudattaPraharaj9 ай бұрын
Thanks Naveen But how to maximize browser ?
@surwase12 жыл бұрын
@Naveen- I am not able to download the driver. getting this exception java.lang.ClassNotFoundException: com.microsoft.playwright.impl.driver.jar.DriverJar Please help me
@palaksoni8341 Жыл бұрын
Suppose i already have maven project with selenium java , can we add/combine playwright dependency there ??
@naveenautomationlabs Жыл бұрын
yes u can
@bhumitpatel55252 жыл бұрын
Dynamic wait and to websocket for connection is used, apart from what are the limitation which is overcome by playwrite as compare to selenium?
@piano_dreamerc_moll24752 жыл бұрын
hello, first of all thank you for the great tutorial. :-) I have 1 question, please. Could you show me the JAVA CODE example for MAXIMIZED the browser? Than you very much!
@navyabusireddy74162 жыл бұрын
Can you help me is it possible to download supported binaries for specific playwright version manually and place in the specified location.
@KishoreKumar-xr3fu2 жыл бұрын
Can we run the tests on different version without changing the PW version?
@shaileshbyheart2 жыл бұрын
Well explained 👍 @Naveen one question, can you pls explain how to use dynamic wait in playwright
@animeshroy11012 жыл бұрын
Hello Sir, when I am running the test getting this error instead of downloading binaries. Error on console :>> Exception in thread "main" java.lang.RuntimeException: Failed to create driver. Please help me sir how can I solve this problem
@THE-AI_INSIDER2 жыл бұрын
Hi Naveen, how to add a chrome extension in launch options for launching an application on chrome?
@piano_dreamerc_moll24752 жыл бұрын
Thank you for the great tutorial - just one more question., please. How can I keep the browser opened after execution? Many Thanks. (in JAVA)
@naveenautomationlabs2 жыл бұрын
don't use page.close() and browser.close() methods in the end.
@piano_dreamerc_moll24752 жыл бұрын
many thanks
@maddulasaikrishna75862 жыл бұрын
Can make a video of installation &configuration for Javascript
@srieedhersanthakumar7742 жыл бұрын
Thanks for the session sir. I have doubt am getting error while launching firefox remaining all browsers are working fine
@srieedhersanthakumar7742 жыл бұрын
can u please any one help me on this
@rayshu838 ай бұрын
My org has blocked the creation of folder in AppData folder, not able to download bindary, Is there way to change default path of binary downloading?
@Ramvt211 Жыл бұрын
hi , how i can maxmize window after playwirght open the browser?
@mahanandavaijinath37839 ай бұрын
Hello Naveen, I am getting following errors after importing necessary package also 1.Not able to resolve navigate symbol 2.Not able to resolve title Please help here.
@shubhangipawar39932 жыл бұрын
Can we also have in the JavaScript or Typescript language.
@naveenautomationlabs2 жыл бұрын
Yes it supports js as well.
@shruthi51262 жыл бұрын
How to avoid download of webkit while running as Java application since I am using 10.13 mac os it doesn't support for that
@likingvideos11512 жыл бұрын
While trying to install browser via browser using CLI - # Running without arguments will install default browsers mvn exec:java -e -Dexec.mainClass=com.microsoft.playwright.CLI -Dexec.args="install" getting error "No plugin found for prefix 'exec' in the current project and in the plugin groups " Need your help here.
@saurabhdhane8 ай бұрын
Sir Playwright Import option not visible whats the problem
@benittoraja59572 жыл бұрын
Playwrite.chromium().launch(). .chromium option is not showing...
@ShailjaPapneja-g6z5 ай бұрын
Why we use browsercontext
@reddyprasad4581 Жыл бұрын
Hi ,in my eclipse i m seeing 1.4 version to create project
@sankaranarayanan57002 жыл бұрын
Unable to get Local issuer certificate, can uiu please help here
@arjun7442 жыл бұрын
Hi Naveen, how to ignore certification errors in playwright?
Hi Naveen, I tried to run the code. i'm not getting the browsers to be launched. Exception in thread "main" com.microsoft.playwright.TimeoutError: Error { message='Timeout 30000ms exceeded. However i'm getting the title of the page in console.
@jyotiprokashmondal1518 Жыл бұрын
Hi @Naveen, Your explanation is very good. I'm facing a problem when I try to install all supported browser using CLI command: mvn exec:java -e -Dexec.mainClass=com.microsoft.playwright.CLI -Dexec.args="install --help" It shows [ERROR] Unknown lifecycle phase ".mainClass=com.microsoft.playwright.CLI". You must specify a valid lifecycle phase or a goal in the format : or :[:]:.... Code Editor IntellijIdea, Please help to solve this issue.
@_manasikara Жыл бұрын
Yo! After doing step by step what you are doing, got 3 Errors and can't move forward: 1. Missing artifact com.microsoft.playwright:playwright:jar:1.29.0 pom.xml /PlaywrightSessions line 22 Maven Dependency Problem 2 The container 'Maven Dependencies' references non existing library 'C:\Users\'my_username'\.m2 epository\com\microsoft\playwright\playwright\1.29.0\playwright-1.29.0.jar' PlaywrightSessions Build path Build Path Problem 3 The project cannot be built until build path errors are resolved PlaywrightSessions Unknown Java Problem