* @return {!Profile} * @private
()
| 270 | * @private |
| 271 | */ |
| 272 | profile_() { |
| 273 | let options = this.firefoxOptions_() |
| 274 | if (!options.profile) { |
| 275 | options.profile = new Profile() |
| 276 | } |
| 277 | return options.profile |
| 278 | } |
| 279 | |
| 280 | /** |
| 281 | * Specify additional command line arguments that should be used when starting |
no test coverage detected