-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get chrom extension background page #1530
Comments
Hi, as the doc shown. https://playwright.dev/java/docs/api/class-page Page provides methods to interact with a single tab in a Browser, or an extension background page in Chromium. One Browser instance might have multiple Page instances. But how can I switch to background_pages? |
from the https://playwright.dev/docs/chrome-extensions, I have use the same launchPersistentContext to launch the chromium with java version, but lack of browserContext.backgroundPages() |
Looks like the method is not exposed in Java API, we can fix that. |
thanks |
Hi, yury-s How can I use the latest code for our project? could you give me some suggestion? |
This will be published in the next release. Before that you can build the project from source. |
…ackgroundPage(s) Refereence microsoft/playwright-java#1530
@yury-s Do we have a timeline for the next release , I mean by when we can expect this change to be available for use ? |
It didn't make it to 1.43, so the earliest release it will be available in is 1.44. We are going to push 1.43 in the next few days, so 1.44 will be in about a month. |
Hi,yury-s, how can I package this from source code? I wan to publish to our nexus with the latest code? But mvn install failed and seems need some configuration for package... |
Hi, yury-s,we need this function for our automation project. could you give some instruction how to build the snapshot version? |
Take a look at our yaml file: playwright-java/.github/workflows/test.yml Lines 21 to 32 in 2829a37
There are also instructions in our contributing guide. |
Please do not submit this issue.
The text was updated successfully, but these errors were encountered: