* returns new instance chrome driver service * @returns {remote.DriverService}
()
| 224 | * @returns {remote.DriverService} |
| 225 | */ |
| 226 | static getDefaultService() { |
| 227 | return new ServiceBuilder().build() |
| 228 | } |
| 229 | } |
| 230 | |
| 231 | Options.prototype.CAPABILITY_KEY = CHROME_CAPABILITY_KEY |