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
Rod Version: v0.114.3
wait := page.MustWaitOpen() err = page.Keyboard.Press(input.ControlLeft) if err != nil { log.Println(err) return } el.MustClick() err = page.Keyboard.Release(input.ControlLeft) if err != nil { log.Println(err) return } s := wait() //卡住 //pages := browser.Browser().MustPages() //s=pages[0] s.MustWaitLoad() //不适用WaitOpen,调用WatiLoad不生效 log.Println(s.MustInfo().URL, s.MustInfo().Title) //无法获取到信息
The text was updated successfully, but these errors were encountered:
#322
Sorry, something went wrong.
@ysmood
ctrl+click 是浏览器 UI 层定义的快捷方式,cdp 不支持的。cdp 控制的非 UI 层的自动化。你可以找 chromium 团队问这个问题,这和 rod 无关。
No branches or pull requests
Rod Version: v0.114.3
The text was updated successfully, but these errors were encountered: