* returns new instance of edge driver service * @returns {remote.DriverService}
()
| 157 | * @returns {remote.DriverService} |
| 158 | */ |
| 159 | static getDefaultService() { |
| 160 | return new ServiceBuilder().build() |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * This function is a no-op as file detectors are not supported by this |