* Set plain edge.Options options specific to Microsoft's Edge browser * for drivers created by this builder. Any proxy settings defined on the * given options will take precedence over those set through * #setProxy. * * @param {!edge.Options} options The MicrosoftEdgeDr
(options)
| 528 | * @return {!Builder} A self reference. |
| 529 | */ |
| 530 | setEdgeOptions(options) { |
| 531 | this.edgeOptions_ = options |
| 532 | return this |
| 533 | } |
| 534 | |
| 535 | /** |
| 536 | * Sets the {@link edge.ServiceBuilder} to use to manage the |