| ### YamlMime:ManagedReference |
| items: |
| - uid: OpenQA.Selenium.SeleniumManager |
| commentId: T:OpenQA.Selenium.SeleniumManager |
| id: SeleniumManager |
| parent: OpenQA.Selenium |
| children: |
| - OpenQA.Selenium.SeleniumManager.BinaryPaths(System.String) |
| langs: |
| - csharp |
| - vb |
| name: SeleniumManager |
| nameWithType: SeleniumManager |
| fullName: OpenQA.Selenium.SeleniumManager |
| type: Class |
| source: |
| remote: |
| path: dotnet/src/webdriver/SeleniumManager.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: SeleniumManager |
| path: ../src/webdriver/SeleniumManager.cs |
| startLine: 36 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium |
| summary: >- |
| Wrapper for the Selenium Manager binary. |
| |
| This implementation is still in beta, and may change. |
| example: [] |
| syntax: |
| content: public static class SeleniumManager |
| content.vb: Public Module SeleniumManager |
| inheritance: |
| - System.Object |
| inheritedMembers: |
| - System.Object.Equals(System.Object) |
| - System.Object.Equals(System.Object,System.Object) |
| - System.Object.GetHashCode |
| - System.Object.GetType |
| - System.Object.MemberwiseClone |
| - System.Object.ReferenceEquals(System.Object,System.Object) |
| - System.Object.ToString |
| - uid: OpenQA.Selenium.SeleniumManager.BinaryPaths(System.String) |
| commentId: M:OpenQA.Selenium.SeleniumManager.BinaryPaths(System.String) |
| id: BinaryPaths(System.String) |
| parent: OpenQA.Selenium.SeleniumManager |
| langs: |
| - csharp |
| - vb |
| name: BinaryPaths(string) |
| nameWithType: SeleniumManager.BinaryPaths(string) |
| fullName: OpenQA.Selenium.SeleniumManager.BinaryPaths(string) |
| type: Method |
| source: |
| remote: |
| path: dotnet/src/webdriver/SeleniumManager.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: BinaryPaths |
| path: ../src/webdriver/SeleniumManager.cs |
| startLine: 83 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium |
| summary: Determines the location of the browser and driver binaries. |
| example: [] |
| syntax: |
| content: public static Dictionary<string, string> BinaryPaths(string arguments) |
| parameters: |
| - id: arguments |
| type: System.String |
| description: List of arguments to use when invoking Selenium Manager. |
| return: |
| type: System.Collections.Generic.Dictionary{System.String,System.String} |
| description: An array with two entries, one for the driver path, and another one for the browser path. |
| content.vb: Public Shared Function BinaryPaths(arguments As String) As Dictionary(Of String, String) |
| overload: OpenQA.Selenium.SeleniumManager.BinaryPaths* |
| nameWithType.vb: SeleniumManager.BinaryPaths(String) |
| fullName.vb: OpenQA.Selenium.SeleniumManager.BinaryPaths(String) |
| name.vb: BinaryPaths(String) |
| references: |
| - uid: OpenQA.Selenium |
| commentId: N:OpenQA.Selenium |
| href: OpenQA.html |
| name: OpenQA.Selenium |
| nameWithType: OpenQA.Selenium |
| fullName: OpenQA.Selenium |
| spec.csharp: |
| - uid: OpenQA |
| name: OpenQA |
| href: OpenQA.html |
| - name: . |
| - uid: OpenQA.Selenium |
| name: Selenium |
| href: OpenQA.Selenium.html |
| spec.vb: |
| - uid: OpenQA |
| name: OpenQA |
| href: OpenQA.html |
| - name: . |
| - uid: OpenQA.Selenium |
| name: Selenium |
| href: OpenQA.Selenium.html |
| - uid: System.Object |
| commentId: T:System.Object |
| parent: System |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| name: object |
| nameWithType: object |
| fullName: object |
| nameWithType.vb: Object |
| fullName.vb: Object |
| name.vb: Object |
| - uid: System.Object.Equals(System.Object) |
| commentId: M:System.Object.Equals(System.Object) |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) |
| name: Equals(object) |
| nameWithType: object.Equals(object) |
| fullName: object.Equals(object) |
| nameWithType.vb: Object.Equals(Object) |
| fullName.vb: Object.Equals(Object) |
| name.vb: Equals(Object) |
| spec.csharp: |
| - uid: System.Object.Equals(System.Object) |
| name: Equals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) |
| - name: ( |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| spec.vb: |
| - uid: System.Object.Equals(System.Object) |
| name: Equals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) |
| - name: ( |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| - uid: System.Object.Equals(System.Object,System.Object) |
| commentId: M:System.Object.Equals(System.Object,System.Object) |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) |
| name: Equals(object, object) |
| nameWithType: object.Equals(object, object) |
| fullName: object.Equals(object, object) |
| nameWithType.vb: Object.Equals(Object, Object) |
| fullName.vb: Object.Equals(Object, Object) |
| name.vb: Equals(Object, Object) |
| spec.csharp: |
| - uid: System.Object.Equals(System.Object,System.Object) |
| name: Equals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) |
| - name: ( |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ',' |
| - name: " " |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| spec.vb: |
| - uid: System.Object.Equals(System.Object,System.Object) |
| name: Equals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) |
| - name: ( |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ',' |
| - name: " " |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| - uid: System.Object.GetHashCode |
| commentId: M:System.Object.GetHashCode |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode |
| name: GetHashCode() |
| nameWithType: object.GetHashCode() |
| fullName: object.GetHashCode() |
| nameWithType.vb: Object.GetHashCode() |
| fullName.vb: Object.GetHashCode() |
| spec.csharp: |
| - uid: System.Object.GetHashCode |
| name: GetHashCode |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode |
| - name: ( |
| - name: ) |
| spec.vb: |
| - uid: System.Object.GetHashCode |
| name: GetHashCode |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode |
| - name: ( |
| - name: ) |
| - uid: System.Object.GetType |
| commentId: M:System.Object.GetType |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gettype |
| name: GetType() |
| nameWithType: object.GetType() |
| fullName: object.GetType() |
| nameWithType.vb: Object.GetType() |
| fullName.vb: Object.GetType() |
| spec.csharp: |
| - uid: System.Object.GetType |
| name: GetType |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gettype |
| - name: ( |
| - name: ) |
| spec.vb: |
| - uid: System.Object.GetType |
| name: GetType |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gettype |
| - name: ( |
| - name: ) |
| - uid: System.Object.MemberwiseClone |
| commentId: M:System.Object.MemberwiseClone |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone |
| name: MemberwiseClone() |
| nameWithType: object.MemberwiseClone() |
| fullName: object.MemberwiseClone() |
| nameWithType.vb: Object.MemberwiseClone() |
| fullName.vb: Object.MemberwiseClone() |
| spec.csharp: |
| - uid: System.Object.MemberwiseClone |
| name: MemberwiseClone |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone |
| - name: ( |
| - name: ) |
| spec.vb: |
| - uid: System.Object.MemberwiseClone |
| name: MemberwiseClone |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone |
| - name: ( |
| - name: ) |
| - uid: System.Object.ReferenceEquals(System.Object,System.Object) |
| commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals |
| name: ReferenceEquals(object, object) |
| nameWithType: object.ReferenceEquals(object, object) |
| fullName: object.ReferenceEquals(object, object) |
| nameWithType.vb: Object.ReferenceEquals(Object, Object) |
| fullName.vb: Object.ReferenceEquals(Object, Object) |
| name.vb: ReferenceEquals(Object, Object) |
| spec.csharp: |
| - uid: System.Object.ReferenceEquals(System.Object,System.Object) |
| name: ReferenceEquals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals |
| - name: ( |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ',' |
| - name: " " |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| spec.vb: |
| - uid: System.Object.ReferenceEquals(System.Object,System.Object) |
| name: ReferenceEquals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals |
| - name: ( |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ',' |
| - name: " " |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| - uid: System.Object.ToString |
| commentId: M:System.Object.ToString |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.tostring |
| name: ToString() |
| nameWithType: object.ToString() |
| fullName: object.ToString() |
| nameWithType.vb: Object.ToString() |
| fullName.vb: Object.ToString() |
| spec.csharp: |
| - uid: System.Object.ToString |
| name: ToString |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.tostring |
| - name: ( |
| - name: ) |
| spec.vb: |
| - uid: System.Object.ToString |
| name: ToString |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.tostring |
| - name: ( |
| - name: ) |
| - uid: System |
| commentId: N:System |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system |
| name: System |
| nameWithType: System |
| fullName: System |
| - uid: OpenQA.Selenium.SeleniumManager.BinaryPaths* |
| commentId: Overload:OpenQA.Selenium.SeleniumManager.BinaryPaths |
| href: OpenQA.Selenium.SeleniumManager.html#OpenQA_Selenium_SeleniumManager_BinaryPaths_System_String_ |
| name: BinaryPaths |
| nameWithType: SeleniumManager.BinaryPaths |
| fullName: OpenQA.Selenium.SeleniumManager.BinaryPaths |
| - uid: System.String |
| commentId: T:System.String |
| parent: System |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.string |
| name: string |
| nameWithType: string |
| fullName: string |
| nameWithType.vb: String |
| fullName.vb: String |
| name.vb: String |
| - uid: System.Collections.Generic.Dictionary{System.String,System.String} |
| commentId: T:System.Collections.Generic.Dictionary{System.String,System.String} |
| parent: System.Collections.Generic |
| definition: System.Collections.Generic.Dictionary`2 |
| href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 |
| name: Dictionary<string, string> |
| nameWithType: Dictionary<string, string> |
| fullName: System.Collections.Generic.Dictionary<string, string> |
| nameWithType.vb: Dictionary(Of String, String) |
| fullName.vb: System.Collections.Generic.Dictionary(Of String, String) |
| name.vb: Dictionary(Of String, String) |
| spec.csharp: |
| - uid: System.Collections.Generic.Dictionary`2 |
| name: Dictionary |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 |
| - name: < |
| - uid: System.String |
| name: string |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.string |
| - name: ',' |
| - name: " " |
| - uid: System.String |
| name: string |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.string |
| - name: '>' |
| spec.vb: |
| - uid: System.Collections.Generic.Dictionary`2 |
| name: Dictionary |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 |
| - name: ( |
| - name: Of |
| - name: " " |
| - uid: System.String |
| name: String |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.string |
| - name: ',' |
| - name: " " |
| - uid: System.String |
| name: String |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.string |
| - name: ) |
| - uid: System.Collections.Generic.Dictionary`2 |
| commentId: T:System.Collections.Generic.Dictionary`2 |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 |
| name: Dictionary<TKey, TValue> |
| nameWithType: Dictionary<TKey, TValue> |
| fullName: System.Collections.Generic.Dictionary<TKey, TValue> |
| nameWithType.vb: Dictionary(Of TKey, TValue) |
| fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) |
| name.vb: Dictionary(Of TKey, TValue) |
| spec.csharp: |
| - uid: System.Collections.Generic.Dictionary`2 |
| name: Dictionary |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 |
| - name: < |
| - name: TKey |
| - name: ',' |
| - name: " " |
| - name: TValue |
| - name: '>' |
| spec.vb: |
| - uid: System.Collections.Generic.Dictionary`2 |
| name: Dictionary |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 |
| - name: ( |
| - name: Of |
| - name: " " |
| - name: TKey |
| - name: ',' |
| - name: " " |
| - name: TValue |
| - name: ) |
| - uid: System.Collections.Generic |
| commentId: N:System.Collections.Generic |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system |
| name: System.Collections.Generic |
| nameWithType: System.Collections.Generic |
| fullName: System.Collections.Generic |
| spec.csharp: |
| - uid: System |
| name: System |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system |
| - name: . |
| - uid: System.Collections |
| name: Collections |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.collections |
| - name: . |
| - uid: System.Collections.Generic |
| name: Generic |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.collections.generic |
| spec.vb: |
| - uid: System |
| name: System |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system |
| - name: . |
| - uid: System.Collections |
| name: Collections |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.collections |
| - name: . |
| - uid: System.Collections.Generic |
| name: Generic |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.collections.generic |