* Returns the base set of capabilities this instance is currently configured * to use. * @return {!Capabilities} The current capabilities for this builder.
()
| 337 | * @return {!Capabilities} The current capabilities for this builder. |
| 338 | */ |
| 339 | getCapabilities() { |
| 340 | return this.capabilities_ |
| 341 | } |
| 342 | |
| 343 | /** |
| 344 | * Sets the desired capability when requesting a new session. |