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 e15cb6b commit 2042323Copy full SHA for 2042323
lavague-sdk/lavague/sdk/base_driver/javascript.py
@@ -226,7 +226,7 @@ def js_wrap_function_call(fn: str):
226
const results = {};
227
function traverse(node, xpath) {
228
if (node.shadowRoot) {
229
- results[xpath] = node.shadowRoot.getHTML();
+ results[xpath] = node.shadowRoot.innerHTML;
230
}
231
const countByTag = {};
232
for (let child = node.firstChild; child; child = child.nextSibling) {
0 commit comments