Skip to content

Commit bef96e5

Browse files
committed
removed GetBinaryPaths
1 parent f97f494 commit bef96e5

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

examples/javascript/test/selenium_manager/usage.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const Chrome = require('selenium-webdriver/chrome');
22
const {Browser, Builder} = require("selenium-webdriver");
3-
const {getBinaryPaths} = require("selenium-webdriver/common/driverFinder");
43
const options = new Chrome.Options();
54

65
describe('Usage Test', function () {
@@ -15,7 +14,6 @@ describe('Usage Test', function () {
1514
});
1615

1716
it('Before Selenium Manager', async function () {
18-
let paths = getBinaryPaths(options)
1917
let driverPath = paths.driverPath;
2018
let browserPath = paths.browserPath;
2119

website_and_docs/content/documentation/selenium_manager.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ INFO Browser path: C:\Users\boni\.cache\selenium\chrome\win64\117.0.5938.22\c
236236
{{< /tab >}}
237237
{{% tab header="JavaScript" %}}
238238
**Previously**
239-
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L17-L33" >}}
239+
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L16-L31" >}}
240240
**Selenium Manager**
241-
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L7-L15" >}}
241+
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L6-L14" >}}
242242
{{< /tab >}}
243243
{{< tab header="Kotlin" >}}
244244
{{< badge-code >}}

website_and_docs/content/documentation/selenium_manager.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ INFO Browser path: C:\Users\boni\.cache\selenium\chrome\win64\117.0.5938.22\c
236236
{{< /tab >}}
237237
{{% tab header="JavaScript" %}}
238238
**Previously**
239-
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L17-L33" >}}
239+
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L16-L31" >}}
240240
**Selenium Manager**
241-
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L7-L15" >}}
241+
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L6-L14" >}}
242242
{{< /tab >}}
243243
{{< tab header="Kotlin" >}}
244244
{{< badge-code >}}

website_and_docs/content/documentation/selenium_manager.pt-br.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ INFO Browser path: C:\Users\boni\.cache\selenium\chrome\win64\117.0.5938.22\c
236236
{{< /tab >}}
237237
{{% tab header="JavaScript" %}}
238238
**Previously**
239-
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L17-L33" >}}
239+
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L16-L31" >}}
240240
**Selenium Manager**
241-
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L7-L15" >}}
241+
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L6-L14" >}}
242242
{{< /tab >}}
243243
{{< tab header="Kotlin" >}}
244244
{{< badge-code >}}

website_and_docs/content/documentation/selenium_manager.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ INFO Browser path: C:\Users\boni\.cache\selenium\chrome\win64\117.0.5938.22\c
236236
{{< /tab >}}
237237
{{% tab header="JavaScript" %}}
238238
**Previously**
239-
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L17-L33" >}}
239+
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L16-L31" >}}
240240
**Selenium Manager**
241-
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L7-L15" >}}
241+
{{< gh-codeblock path="examples/javascript/test/selenium_manager/usage.spec.js#L6-L14" >}}
242242
{{< /tab >}}
243243
{{< tab header="Kotlin" >}}
244244
{{< badge-code >}}

0 commit comments

Comments
 (0)