I tried to launch Firefox with below code snippets in separate attempts with Playwright Java 1.33.0 version but , it just launches Nighly browser. it seems that is the intended behavior, anyway to overcome this?
browser = playwright.firefox().launch(new BrowserType.LaunchOptions().setHeadless(false));
Browser browser = playwright.firefox().launch(new BrowserType.LaunchOptions().setChannel("firefox").setHeadless(false));