MCPcopy
hub / github.com/codeceptjs/CodeceptJS / getNativeElement

Method getNativeElement

lib/element/WebElement.js:33–35  ·  view source on GitHub ↗

* Get the native element instance * @returns {ElementHandle|WebElement|ElementHandle} Native element

()

Source from the content-addressed store, hash-verified

31 * @returns {ElementHandle|WebElement|ElementHandle} Native element
32 */
33 getNativeElement() {
34 return this.element
35 }
36
37 /**
38 * Get the helper instance

Callers 6

executeScriptMethod · 0.80
WebElement_test.jsFile · 0.80
els_test.jsFile · 0.80
Playwright_test.jsFile · 0.80
Puppeteer_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected