Class: Selenium::WebDriver::WebExtension
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
|
Subclasses:
|
|
| Inherits: | Object |
| Defined in: | rb/lib/selenium/webdriver/common/web_extension.rb |
Overview
A browser extension installed via Driver#install_web_extension. Wraps the identifier the browser assigned; pass it to Driver#uninstall_web_extension.
Class Method Summary
- .new(id) ⇒ WebExtension constructor Internal use only
Instance Attribute Summary
- #id ⇒ String readonly
Constructor Details
.new(id) ⇒ WebExtension
Instance Attribute Details
#id ⇒ String (readonly)
# File 'rb/lib/selenium/webdriver/common/web_extension.rb', line 31
attr_reader :id