-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed as not planned
Closed as not planned
Copy link
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!I-defectSomething is not working as intendedSomething is not working as intended
Description
What happened?
I don't know if this issue is a bug or a requirement
After the program runs, open the browser and open the default window. The user can operate the current window to open another window or a new window to access a new website. Then the user enters the start command in the background, and the program needs to retrieve the active window of the current user to query data
b window:
xxxxxx
The window where the user stays may be either 'a' or 'b', but the value of the current window handle is not the actual window handle where the user stays
How can we reproduce the issue?
The user opens a new window in the browser and accesses a new URL, then stops and calls the "current_cindow_handle" method to obtain the value and compare it with "windows_handles"Relevant log output
nullOperating System
windows 10
Selenium version
python 3.10
What are the browser(s) and version(s) where you see this issue?
latest
What are the browser driver(s) and version(s) where you see this issue?
anything
Are you using Selenium Grid?
4.27.1
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!I-defectSomething is not working as intendedSomething is not working as intended