File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
examples/javascript/test/getting_started
website_and_docs/content/documentation/webdriver/actions_api Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ suite(function(env) {
10
10
driver = await new Builder ( ) . forBrowser ( 'chrome' ) . build ( ) ;
11
11
} ) ;
12
12
13
- after ( ( ) => driver . quit ( ) ) ;
13
+ after ( async ( ) => await driver . quit ( ) ) ;
14
14
15
15
it ( 'First Selenium script' , async function ( ) {
16
16
await driver . get ( 'https://www.selenium.dev/selenium/web/web-form.html' ) ;
Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ primarily this gets used when needing to type multiple characters in the middle
134
134
{{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L51-L54" >}}
135
135
{{< /tab >}}
136
136
{{< tab header="JavaScript" >}}
137
- {{< badge-code >}}
137
+ {{< badge-version version="4.5.0" >}}
138
+ {{< gh-codeblock path="examples/javascript/test/actionsApi/keysTest.spec.js#L61-L65" >}}
138
139
{{< /tab >}}
139
140
{{< tab header="Kotlin" >}}
140
141
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/actions_api/KeysTest.kt#L60-L63" >}}
Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ primarily this gets used when needing to type multiple characters in the middle
134
134
{{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L51-L54" >}}
135
135
{{< /tab >}}
136
136
{{< tab header="JavaScript" >}}
137
- {{< badge-code >}}
137
+ {{< badge-version version="4.5.0" >}}
138
+ {{< gh-codeblock path="examples/javascript/test/actionsApi/keysTest.spec.js#L61-L65" >}}
138
139
{{< /tab >}}
139
140
{{< tab header="Kotlin" >}}
140
141
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/actions_api/KeysTest.kt#L60-L63" >}}
Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ primarily this gets used when needing to type multiple characters in the middle
134
134
{{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L51-L54" >}}
135
135
{{< /tab >}}
136
136
{{< tab header="JavaScript" >}}
137
- {{< badge-code >}}
137
+ {{< badge-version version="4.5.0" >}}
138
+ {{< gh-codeblock path="examples/javascript/test/actionsApi/keysTest.spec.js#L61-L65" >}}
138
139
{{< /tab >}}
139
140
{{< tab header="Kotlin" >}}
140
141
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/actions_api/KeysTest.kt#L60-L63" >}}
Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ primarily this gets used when needing to type multiple characters in the middle
134
134
{{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L51-L54" >}}
135
135
{{< /tab >}}
136
136
{{< tab header="JavaScript" >}}
137
- {{< badge-code >}}
137
+ {{< badge-version version="4.5.0" >}}
138
+ {{< gh-codeblock path="examples/javascript/test/actionsApi/keysTest.spec.js#L61-L65" >}}
138
139
{{< /tab >}}
139
140
{{< tab header="Kotlin" >}}
140
141
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/actions_api/KeysTest.kt#L60-L63" >}}
You can’t perform that action at this time.
0 commit comments