Skip to content

Commit

Permalink
翻訳抜け修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroKws committed Feb 17, 2024
1 parent 337f2c2 commit 1b35326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translation-ja/dusk.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- [キーワードの使用](#using-the-keyboard)
- [マウスの使用](#using-the-mouse)
- [JavaScriptダイアログ](#javascript-dialogs)
- [Interacting With Inline Frames](#interacting-with-iframes)
- [インラインフレーム操作](#interacting-with-iframes)
- [セレクタの範囲指定](#scoping-selectors)
- [要素の待機](#waiting-for-elements)
- [要素のビュー内へのスクロール](#scrolling-an-element-into-view)
Expand Down Expand Up @@ -847,7 +847,7 @@ JavaScriptダイアログにプロンプ​​トが含​​まれている場
$browser->dismissDialog();

<a name="interacting-with-iframes"></a>
### Interacting With Inline Frames
### インラインフレーム操作

iframe内の要素をやり取りする必要がある場合は、`withinFrame`メソッドを使用する必要があります。`withinFrame`メソッドへ渡たすクロージャ内で行う全ての要素の操作は、指定したiframeのコンテキストにスコープされます。

Expand Down

0 comments on commit 1b35326

Please sign in to comment.