* @return {!Object} * @private
()
| 257 | * @private |
| 258 | */ |
| 259 | firefoxOptions_() { |
| 260 | let options = this.get(FIREFOX_CAPABILITY_KEY) |
| 261 | if (!options) { |
| 262 | options = {} |
| 263 | this.set(FIREFOX_CAPABILITY_KEY, options) |
| 264 | } |
| 265 | return options |
| 266 | } |
| 267 | |
| 268 | /** |
| 269 | * @return {!Profile} |
no test coverage detected