似乎已经找到了解决方案。有一个指向
github 的链接,其中
FlorentB.提供了关于脚本应如何等待直到所需元素可用的出色解决方案。
脚本应该是这样的:
Sub SearchItem() With New ChromeDriver .get "https://torrentz2.eu/" .FindElementByCss("#thesearchbox", timeout:=10000).SendKeys "Udemy" ''wait for the element upto 10 seconds .FindElementByCss("#thesearchbutton").Click End WithEnd Sub
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)