File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
website_and_docs/content/documentation/webdriver/interactions Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ find the frame using your preferred selector and switch to it.
87
87
88
88
89
89
{{< tab header="Ruby" text=true >}}
90
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L26-L33" >}}
90
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L26-L33" >}}
91
91
{{< /tab >}}
92
92
93
93
@@ -134,7 +134,7 @@ one found will be switched to.
134
134
135
135
136
136
{{< tab header="Ruby" text=true >}}
137
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L36-L43" >}}
137
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L36-L43" >}}
138
138
{{< /tab >}}
139
139
140
140
{{< tab header="JavaScript" >}}
@@ -183,7 +183,7 @@ queried using _window.frames_ in JavaScript.
183
183
{{< /tab >}}
184
184
185
185
{{< tab header="Ruby" text=true >}}
186
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L46-L47" >}}
186
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L46-L47" >}}
187
187
{{< /tab >}}
188
188
189
189
@@ -222,7 +222,7 @@ like so:
222
222
223
223
224
224
{{< tab header="Ruby" text=true >}}
225
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L49-L50" >}}
225
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L49-L50" >}}
226
226
{{< /tab >}}
227
227
228
228
{{< tab header="JavaScript" >}}
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ WebElementを使用した切り替えは、最も柔軟なオプションです
74
74
75
75
76
76
{{< tab header="Ruby" text=true >}}
77
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L26-L36" >}}
77
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L26-L36" >}}
78
78
{{< /tab >}}
79
79
80
80
@@ -121,7 +121,7 @@ FrameまたはiFrameにidまたはname属性がある場合、代わりにこれ
121
121
122
122
123
123
{{< tab header="Ruby" text=true >}}
124
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L36-L43" >}}
124
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L36-L43" >}}
125
125
{{< /tab >}}
126
126
127
127
@@ -166,7 +166,7 @@ JavaScriptの _window.frames_ を使用して照会できるように、Frameの
166
166
{{< /tab >}}
167
167
168
168
{{< tab header="Ruby" text=true >}}
169
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L46-L47" >}}
169
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L46-L47" >}}
170
170
{{< /tab >}}
171
171
172
172
{{< tab header="JavaScript" >}}
@@ -197,7 +197,7 @@ driver.switch_to.default_content()
197
197
{{< /tab >}}
198
198
199
199
{{< tab header="Ruby" text=true >}}
200
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L49-L50" >}}
200
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L49-L50" >}}
201
201
{{< /tab >}}
202
202
203
203
{{< tab header="JavaScript" >}}
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ encontrar o quadro usando seu seletor preferido e mudar para ele.
80
80
{{< /tab >}}
81
81
82
82
{{< tab header="Ruby" text=true >}}
83
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L26-L33" >}}
83
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L26-L33" >}}
84
84
{{< /tab >}}
85
85
86
86
@@ -126,7 +126,7 @@ primeiro encontrado será utilizado.
126
126
127
127
128
128
{{< tab header="Ruby" text=true >}}
129
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L36-L43" >}}
129
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L36-L43" >}}
130
130
{{< /tab >}}
131
131
132
132
@@ -171,7 +171,7 @@ consultado usando _window.frames_ em JavaScript.
171
171
{{< /tab >}}
172
172
173
173
{{< tab header="Ruby" text=true >}}
174
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L46-L47" >}}
174
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L46-L47" >}}
175
175
{{< /tab >}}
176
176
177
177
@@ -203,7 +203,7 @@ como a seguir:
203
203
{{< /tab >}}
204
204
205
205
{{< tab header="Ruby" text=true >}}
206
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L49-L50" >}}
206
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L49-L50" >}}
207
207
{{< /tab >}}
208
208
209
209
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ driver.findElement(By.tagName("button")).click()
74
74
{{< /tab >}}
75
75
76
76
{{< tab header="Ruby" text=true >}}
77
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L26-L33" >}}
77
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L26-L33" >}}
78
78
{{< /tab >}}
79
79
80
80
@@ -120,7 +120,7 @@ driver.findElement(By.tagName("button")).click()
120
120
121
121
122
122
{{< tab header="Ruby" text=true >}}
123
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L36-L43" >}}
123
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L36-L43" >}}
124
124
{{< /tab >}}
125
125
126
126
@@ -168,7 +168,7 @@ _window.frames_ 进行查询.
168
168
{{< /tab >}}
169
169
170
170
{{< tab header="Ruby" text=true >}}
171
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L46-L47" >}}
171
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L46-L47" >}}
172
172
{{< /tab >}}
173
173
174
174
{{< tab header="JavaScript" >}}
@@ -198,7 +198,7 @@ driver.switchTo().frame(1)
198
198
{{< /tab >}}
199
199
200
200
{{< tab header="Ruby" text=true >}}
201
- {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.cs #L49-L50" >}}
201
+ {{< gh-codeblock path="examples/ruby/spec/interactions/frames_spec.rb #L49-L50" >}}
202
202
{{< /tab >}}
203
203
204
204
You can’t perform that action at this time.
0 commit comments