Skip to content

Commit 3adac7a

Browse files
committed
Using correct file name for reference
[deploy site]
1 parent 203548d commit 3adac7a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

website_and_docs/content/documentation/webdriver/interactions/frames.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ find the frame using your preferred selector and switch to it.
8787

8888

8989
{{< 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" >}}
9191
{{< /tab >}}
9292

9393

@@ -134,7 +134,7 @@ one found will be switched to.
134134

135135

136136
{{< 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" >}}
138138
{{< /tab >}}
139139

140140
{{< tab header="JavaScript" >}}
@@ -183,7 +183,7 @@ queried using _window.frames_ in JavaScript.
183183
{{< /tab >}}
184184

185185
{{< 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" >}}
187187
{{< /tab >}}
188188

189189

@@ -222,7 +222,7 @@ like so:
222222

223223

224224
{{< 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" >}}
226226
{{< /tab >}}
227227

228228
{{< tab header="JavaScript" >}}

website_and_docs/content/documentation/webdriver/interactions/frames.ja.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ WebElementを使用した切り替えは、最も柔軟なオプションです
7474

7575

7676
{{< 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" >}}
7878
{{< /tab >}}
7979

8080

@@ -121,7 +121,7 @@ FrameまたはiFrameにidまたはname属性がある場合、代わりにこれ
121121

122122

123123
{{< 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" >}}
125125
{{< /tab >}}
126126

127127

@@ -166,7 +166,7 @@ JavaScriptの _window.frames_ を使用して照会できるように、Frameの
166166
{{< /tab >}}
167167

168168
{{< 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" >}}
170170
{{< /tab >}}
171171

172172
{{< tab header="JavaScript" >}}
@@ -197,7 +197,7 @@ driver.switch_to.default_content()
197197
{{< /tab >}}
198198

199199
{{< 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" >}}
201201
{{< /tab >}}
202202

203203
{{< tab header="JavaScript" >}}

website_and_docs/content/documentation/webdriver/interactions/frames.pt-br.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ encontrar o quadro usando seu seletor preferido e mudar para ele.
8080
{{< /tab >}}
8181

8282
{{< 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" >}}
8484
{{< /tab >}}
8585

8686

@@ -126,7 +126,7 @@ primeiro encontrado será utilizado.
126126

127127

128128
{{< 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" >}}
130130
{{< /tab >}}
131131

132132

@@ -171,7 +171,7 @@ consultado usando _window.frames_ em JavaScript.
171171
{{< /tab >}}
172172

173173
{{< 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" >}}
175175
{{< /tab >}}
176176

177177

@@ -203,7 +203,7 @@ como a seguir:
203203
{{< /tab >}}
204204

205205
{{< 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" >}}
207207
{{< /tab >}}
208208

209209

website_and_docs/content/documentation/webdriver/interactions/frames.zh-cn.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ driver.findElement(By.tagName("button")).click()
7474
{{< /tab >}}
7575

7676
{{< 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" >}}
7878
{{< /tab >}}
7979

8080

@@ -120,7 +120,7 @@ driver.findElement(By.tagName("button")).click()
120120

121121

122122
{{< 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" >}}
124124
{{< /tab >}}
125125

126126

@@ -168,7 +168,7 @@ _window.frames_ 进行查询.
168168
{{< /tab >}}
169169

170170
{{< 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" >}}
172172
{{< /tab >}}
173173

174174
{{< tab header="JavaScript" >}}
@@ -198,7 +198,7 @@ driver.switchTo().frame(1)
198198
{{< /tab >}}
199199

200200
{{< 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" >}}
202202
{{< /tab >}}
203203

204204

0 commit comments

Comments
 (0)