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 😊👍
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??
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
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.
@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
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.
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?
@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??
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!
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.
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.
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.
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
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.
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 😊👍
Very detailed explanation @Naveen , you are like jitu bhaiya in kota factory .
Thanks Naveen, for a whole new series over a very nice tool. I am sure Playwright will buzz in the market in coming years
Very detailed explanation naveen.. Thanks a lot. 🎊🎊🎉🎉🎊🎉
Great tutorial. Thank you Naveen.
Thanks Naveen. You are amazing 👏
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??
We are following.. great video thanks,
Very well explained. Thank you. Does playwright/test has support for data driving testing?
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
Awesome Naveen
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.
@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
Hi @naveen I dont see the Maven quickstart while creating a new maven project artifect catalog filter
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.
Thanks for your videos. Is it possible to launch chrome browser in non-incognito mode. by default it is getting opened in "Incognito" mode
Can you help me is it possible to download supported binaries for specific playwright version manually and place in the specified location.
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?
@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??
Dynamic wait and to websocket for connection is used, apart from what are the limitation which is overcome by playwrite as compare to selenium?
Thank you Naveen!
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.
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?
Very informative and useful
What is the general or most used language for playwright?
I see a lot of stuff with TypeScript!
Any idea?
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!
@Naveen Can we replace selenium libraries in our existing Cucumber / Test Ng Framework with Playwright and use the automation pack as is was ?
It is awesome..!
Hi Naveen, how to add a chrome extension in launch options for launching an application on chrome?
it was a nice vdo...Thanks for it.
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
Suppose i already have maven project with selenium java , can we add/combine playwright dependency there ??
yes u can
Can we run the tests on different version without changing the PW version?
Thanks Naveen But how to maximize browser ?
Can make a video of installation &configuration for Javascript
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.
hi , how i can maxmize window after playwirght open the browser?
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.
good morning Naveen
Well explained 👍
@Naveen one question, can you pls explain how to use dynamic wait in playwright
Thanks for the session sir. I have doubt am getting error while launching firefox remaining all browsers are working fine
can u please any one help me on this
Hi ,in my eclipse i m seeing 1.4 version to create project
Playwrite.chromium().launch().
.chromium option is not showing...
Thank you for the great tutorial - just one more question., please. How can I keep the browser opened after execution? Many Thanks. (in JAVA)
don't use page.close() and browser.close() methods in the end.
many thanks
Sir Playwright Import option not visible whats the problem
Unable to get Local issuer certificate, can uiu please help here
how to open spesific profile chrome?
How to set insecure certs value in playwright??
Can we also have in the JavaScript or Typescript language.
Yes it supports js as well.
Why we use browsercontext
Hi Naveen, how to ignore certification errors in playwright?
BrowserContext context = browser.newContext(new Browser.NewContextOptions().setIgnoreHTTPSErrors(true));
Please share git hub url for this
Getting Failed to download chromium error...
Runtime exception, Failed to download driver
Same here it failing on launch(); for me
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.
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
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.
How Handle untrusted certificate