Class: Selenium::WebDriver::BiDi::Credentials Private
Do not use. This class is for internal use only.
| Relationships & Source Files | |
| Inherits: | Object |
| Defined in: | rb/lib/selenium/webdriver/bidi/network/credentials.rb |
Class Method Summary
- .new(username: nil, password: nil) ⇒ Credentials constructor Internal use only
Instance Attribute Summary
Instance Method Summary
- #as_json Internal use only
Constructor Details
.new(username: nil, password: nil) ⇒ Credentials
Instance Attribute Details
#password (rw)
[ GitHub ]# File 'rb/lib/selenium/webdriver/bidi/network/credentials.rb', line 28
attr_accessor :username, :password
#username (rw)
[ GitHub ]# File 'rb/lib/selenium/webdriver/bidi/network/credentials.rb', line 28
attr_accessor :username, :password