We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After showing a new tab with a pdf in it, a call to the "WindowHandles" returns wrong number of handles.
totWindowHandles = new List(driver.WindowHandles); int flikarEfter = totWindowHandles.Count;
flikarEfter is now returning 3 instead of the correct 2.
This problem occured after latest versionupgrade to 133.0.3065.59
Maybee related to issue #188 (a previous close is not working and the handle is still there?)
The text was updated successfully, but these errors were encountered:
Just to let you know, Chrome Driver also has this issue.
Sorry, something went wrong.
No branches or pull requests
After showing a new tab with a pdf in it, a call to the "WindowHandles" returns wrong number of handles.
totWindowHandles = new List(driver.WindowHandles);
int flikarEfter = totWindowHandles.Count;
flikarEfter is now returning 3 instead of the correct 2.
This problem occured after latest versionupgrade to 133.0.3065.59
Maybee related to issue #188 (a previous close is not working and the handle is still there?)
The text was updated successfully, but these errors were encountered: