You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting below Exception
Exception in thread "main" java.lang.NoClassDefFoundError: com/microsoft/playwright/impl/driver/Driver
at com.microsoft.playwright.impl.PlaywrightImpl.createImpl(PlaywrightImpl.java:46)
at com.microsoft.playwright.impl.PlaywrightImpl.create(PlaywrightImpl.java:36)
at com.microsoft.playwright.Playwright.create(Playwright.java:110)
at com.microsoft.playwright.Playwright.create(Playwright.java:114)
at com.axa.testautomation.axasol.testrunner.Main.main(Main.java:73)
Caused by: java.lang.ClassNotFoundException: com.microsoft.playwright.impl.driver.Driver
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 5 more
The text was updated successfully, but these errors were encountered:
Hi there! This most likely is an application problem on your end. The issue tracker is reserved for bug reports and feature requests. Please see to get help on this:
I'm still pretty sure that something's off in your config. If you believe there's a bug here, please provide me with a minimal reproduction case so I can take a look.
When i run the same sample playwright code as below
public static void main(String[] args) {
I am getting below Exception
Exception in thread "main" java.lang.NoClassDefFoundError: com/microsoft/playwright/impl/driver/Driver
at com.microsoft.playwright.impl.PlaywrightImpl.createImpl(PlaywrightImpl.java:46)
at com.microsoft.playwright.impl.PlaywrightImpl.create(PlaywrightImpl.java:36)
at com.microsoft.playwright.Playwright.create(Playwright.java:110)
at com.microsoft.playwright.Playwright.create(Playwright.java:114)
at com.axa.testautomation.axasol.testrunner.Main.main(Main.java:73)
Caused by: java.lang.ClassNotFoundException: com.microsoft.playwright.impl.driver.Driver
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 5 more
The text was updated successfully, but these errors were encountered: