You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
el := page.MustElement("#botmanWidgetRoot > div > div:nth-child(2)")
pF := el.MustElement("#chatBotManFrame").MustFrame()
And the HTML source code looks like,
<html>
<head>
<body>
<div>
<script>
<iframe>
<div id ="widgetRoot">
<div>
<div>
<iframe> // Need to access this iframe
<document>
<html>
<input> // add text to this input field.
</html>
What you got
[Recovery from panic] {"time": "2022-07-07T14:38:34.573+0530", "error": "runtime error: invalid memory address or nil pointer dereference"
The text was updated successfully, but these errors were encountered:
3 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## The code to demonstrate your question"]
8 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
8 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
25 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## What you got"]
28 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
Rod Version: v0.107.3
The code to demonstrate your question
el := page.MustElement("#botmanWidgetRoot > div > div:nth-child(2)")
pF := el.MustElement("#chatBotManFrame").MustFrame()
And the HTML source code looks like,
What you got
[Recovery from panic] {"time": "2022-07-07T14:38:34.573+0530", "error": "runtime error: invalid memory address or nil pointer dereference"
The text was updated successfully, but these errors were encountered: