File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
website_and_docs/content/documentation/webdriver/interactions Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ alerts.
26
26
27
27
{{< tabpane langEqualsHeader=true >}}
28
28
{{< tab header="Java" text=true >}}
29
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L36-L41" >}}
29
+ {{< gh-codeblock path="/ examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L36-L41" >}}
30
30
{{< /tab >}}
31
31
32
32
{{< tab header="Python" text=true >}}
@@ -77,7 +77,7 @@ This example also shows a different approach to storing an alert:
77
77
78
78
{{< tabpane langEqualsHeader=true >}}
79
79
{{< tab header="Java" text=true >}}
80
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L131-L138" >}}
80
+ {{< gh-codeblock path="/ examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L131-L138" >}}
81
81
{{< /tab >}}
82
82
83
83
{{< tab header="Python" text=true >}}
@@ -136,7 +136,7 @@ See a sample prompt</a>.
136
136
137
137
{{< tabpane langEqualsHeader=true text=true >}}
138
138
{{< tab header="Java" text=true >}}
139
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L79-L84" >}}
139
+ {{< gh-codeblock path="/ examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L79-L84" >}}
140
140
{{< /tab >}}
141
141
142
142
{{< tab header="Python" text=true >}}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ WebDriverはポップアップからテキストを取得し、これらのア
22
22
23
23
{{< tabpane langEqualsHeader=true >}}
24
24
{{< tab header="Java" text=true >}}
25
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L36-L41" >}}
25
+ {{< gh-codeblock path="/ examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L36-L41" >}}
26
26
{{< /tab >}}
27
27
28
28
{{< tab header="Python" text=true >}}
@@ -72,7 +72,7 @@ alert.accept()
72
72
73
73
{{< tabpane langEqualsHeader=true >}}
74
74
{{< tab header="Java" text=true >}}
75
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L131-L138" >}}
75
+ {{< gh-codeblock path="/ examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L131-L138" >}}
76
76
{{< /tab >}}
77
77
78
78
{{< tab header="Python" text=true >}}
@@ -129,7 +129,7 @@ alert.dismiss()
129
129
130
130
{{< tabpane langEqualsHeader=true >}}
131
131
{{< tab header="Java" text=true >}}
132
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L79-L84" >}}
132
+ {{< gh-codeblock path="/ examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L79-L84" >}}
133
133
{{< /tab >}}
134
134
135
135
{{< tab header="Python" text=true >}}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ alertas.
26
26
27
27
{{< tabpane langEqualsHeader=true >}}
28
28
{{< tab header="Java" text=true >}}
29
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L36-L41" >}}
29
+ {{< gh-codeblock path="/ examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L36-L41" >}}
30
30
{{< /tab >}}
31
31
{{< tab header="Python" text=true >}}
32
32
{{< gh-codeblock path="/examples/python/tests/interactions/test_alerts.py#L12-L18" >}}
@@ -63,7 +63,7 @@ Este exemplo também mostra uma abordagem diferente para armazenar um alerta:
63
63
64
64
{{< tabpane langEqualsHeader=true >}}
65
65
{{< tab header="Java" text=true >}}
66
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L131-L138" >}}
66
+ {{< gh-codeblock path="/ examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L131-L138" >}}
67
67
{{< /tab >}}
68
68
69
69
{{< tab header="Python" text=true >}}
@@ -122,7 +122,7 @@ Veja um exemplo de prompt </a>.
122
122
123
123
{{< tabpane langEqualsHeader=true >}}
124
124
{{< tab header="Java" text=true >}}
125
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L79-L84" >}}
125
+ {{< gh-codeblock path="/ examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L79-L84" >}}
126
126
{{< /tab >}}
127
127
128
128
{{< tab header="Python" text=true >}}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ WebDriver可以从弹窗获取文本并接受或关闭这些警告.
19
19
20
20
{{< tabpane langEqualsHeader=true >}}
21
21
{{< tab header="Java" text=true >}}
22
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L36-L41" >}}
22
+ {{< gh-codeblock path="/ examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L36-L41" >}}
23
23
{{< /tab >}}
24
24
25
25
{{< tab header="Python" text=true >}}
@@ -68,7 +68,7 @@ alert.accept()
68
68
69
69
{{< tabpane langEqualsHeader=true >}}
70
70
{{< tab header="Java" text=true >}}
71
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L131-L138" >}}
71
+ {{< gh-codeblock path="/ examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L131-L138" >}}
72
72
{{< /tab >}}
73
73
74
74
{{< tab header="Python" text=true >}}
@@ -124,7 +124,7 @@ alert.dismiss()
124
124
125
125
{{< tabpane langEqualsHeader=true >}}
126
126
{{< tab header="Java" text=true >}}
127
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L79-L84" >}}
127
+ {{< gh-codeblock path="/ examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java#L79-L84" >}}
128
128
{{< /tab >}}
129
129
130
130
{{< tab header="Python" text=true >}}
You can’t perform that action at this time.
0 commit comments