We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdae90a commit 149c673Copy full SHA for 149c673
1 file changed
website_and_docs/content/documentation/webdriver/interactions/frames.zh-cn.md
@@ -16,7 +16,7 @@ aliases: [
16
17
```html
18
<div id="modal">
19
- <iframe id="buttonframe"name="myframe"src="https://seleniumhq.github.io">
+ <iframe id="buttonframe" name="myframe" src="https://seleniumhq.github.io">
20
<button>Click here</button>
21
</iframe>
22
</div>
0 commit comments