作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
编辑:由于我无法编辑赏金消息:“我没有 Lua 方面的专业知识来独自解决这个问题。我希望有人能帮我解决这个问题。”
通过以下代码片段,我想使用 splashR 自动登录到我的 strava.com 帐户。遗憾的是,输入按钮似乎不会发送到站点公式字段以发送登录凭据。我也尝试将鼠标点击发送到登录按钮。有谁知道这样做的诀窍吗?
library(splashr)
splash_local %>%
splash_go(url ='https://www.strava.com/login') %>%
splash_focus("#email") %>%
splash_send_text('username') %>%
splash_focus("#password") %>%
splash_send_text("password") %>%
splash_focus("#password") %>%
splash_send_keys('enter') %>%
#splash_click(x = 550, y = 567) %>%
splash_png()
编辑:替换 'enter'
与 '<enter>'
,按照@roger-123 的要求,抛出以下错误:Error in execute_lua(splash_obj, call_function) : Bad Request (HTTP 400).
最佳答案
关于r - “Enter”键不会与 splashR::splash_send_key 一起发送,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63765037/
编辑:由于我无法编辑赏金消息:“我没有 Lua 方面的专业知识来独自解决这个问题。我希望有人能帮我解决这个问题。” 通过以下代码片段,我想使用 splashR 自动登录到我的 strava.com 帐
我是一名优秀的程序员,十分优秀!