You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
This issue only relates to a single feature. I will open new issues for any other features.
Is your feature request related to a problem?
I'm trying to write a test to assert that a new window is properly opened. I've initialized a new temp app (app := test.NewTempApp(t)), then iterate over app.Driver().AllWindows(), but all windows Title() method returns an empty string.
Checklist
Is your feature request related to a problem?
I'm trying to write a test to assert that a new window is properly opened. I've initialized a new temp app (
app := test.NewTempApp(t)
), then iterate overapp.Driver().AllWindows()
, but all windowsTitle()
method returns an empty string.To reproduce:
Outputs:
Is it possible to construct a solution with the existing API?
Yes.
Describe the solution you'd like to see.
I would like to see the window titles returned.
The text was updated successfully, but these errors were encountered: