[Feature]: obtain the <session> of a pop-up window
- Dominant language
- JavaScript
- Stars
- 29.5k
- Forks
- 2.9k
- Avg merge
- 15h 36m
- Merged PRs (30d)
- 70
Description
### Feature Description
obtain the session of a pop-up window that appears after a click operation, where the window is not opened by an open operation and cannot be retrieved through the table list.
### Use Case
When I performing a click operation on an already opened page, it will pop up a new page. I need to operate on the newly opened page. However, because the session of the new page cannot be obtained, no automation operations can be performed on the pop-up page.
### Proposed Solution
_No response_
### Alternatives Considered
_No response_
Contributor guide
Research direction
Start by tracing the click operation and the session path described in the issue, including how sessions are exposed through the table list. Reproduce a click that opens a popup and inspect the existing browser-automation entry points; no files or tests are named. Done means the popup session can be obtained and used for automation without an open operation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, playwright
- Domain
- cli, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100