* Get the main frame document element * @returns {HTMLDocument}
()
| 137 | * @returns {HTMLDocument} |
| 138 | */ |
| 139 | getDocument() { |
| 140 | const frame = this.getFrameEl(); |
| 141 | return frame?.contentDocument; |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Get the main frame body element |
no test coverage detected