We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it('click: 删除分类', async function () { await driver.sleep(300).wait('#root', 30000).then(function (root) { return driver.sleep(300).exec('return arguments[0].shadowRoot', root) .then(function (ele) { return ele.find('#iconshanchu', 30000).click(); }) }); });
有没有哪位大佬帮忙看看脚本哪里有问题~!!
The text was updated successfully, but these errors were encountered:
目的是找到 root 元素底下的隐藏 dom
Sorry, something went wrong.
No branches or pull requests
有没有哪位大佬帮忙看看脚本哪里有问题~!!
The text was updated successfully, but these errors were encountered: