gpt4 book ai didi

php - 喜欢一个带有 selenium 的 youtube 评论

转载 作者:行者123 更新时间:2023-12-03 06:14:34 24 4
gpt4 key购买 nike

我正在尝试投票 YouTube评论 SeleniumPHP , 我正在使用 Facebook Webdriver .

我的问题是 click 没有任何作用,它可以在任何其他网站上运行,但在 YouTube 上不起作用投票。

我正在使用 Selenium 3.4.0 和 geckodriverfirefox 55.0.3 在 Windows 10我的代码是这样的:

Login
Go to the comment url
Scroll down and wait comments to show up
$element = $driver->findElement(WebDriverBy::xpath("(//a[contains(@class, 'comment-author-text') and contains(text(),'channelname')]/following::button[contains(@class, 'i-a-v-sprite-like')])[1]"));

$element->click();

我试过 $driver->getMouse()但它不工作。

经过一番搜索,我发现它无法与我的设置一起使用,我需要降级 selenium,但我不想这样做。

最佳答案

我发现我的链接评论把我带到了回复框,所以我必须先关闭它(使用取消按钮),然后我才能喜欢评论

关于php - 喜欢一个带有 selenium 的 youtube 评论,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45920523/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com