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
Add userName and userDisplayName to WebDriver's Credential Parameters JSON object. It's not currently possible to obtain those values from either a get call or the automation API, and we need that to write WPTs for the signal* methods.
The text was updated successfully, but these errors were encountered:
This PR adds the userName and userDisplayName properties to the
webdriver's credential parameters. These properties are useful to test
the new signalCurrentUserDetails method, both on WPTs and for web
developers.
Closesw3c#2143
This PR adds the userName and userDisplayName properties to the
webdriver's credential parameters. These properties are useful to test
the new signalCurrentUserDetails method, both on WPTs and for web
developers.
Closesw3c#2143
This PR adds the userName and userDisplayName properties to the
webdriver's credential parameters. These properties are useful to test
the new signalCurrentUserDetails method, both on WPTs and for web
developers.
Closes#2143
Proposed Change
Add
userName
anduserDisplayName
to WebDriver'sCredential Parameters
JSON object. It's not currently possible to obtain those values from either aget
call or the automation API, and we need that to write WPTs for the signal* methods.The text was updated successfully, but these errors were encountered: