Excel VBA:未找到元素 ---> NoSuchElementError

问题描述 投票:0回答:1

我正在尝试使用 Excel VBA 和 Seleinum Web 驱动程序自动进行网页浏览。我正处于浏览网站的第一步,但我卡住了。我无法找到用户名和密码字段的元素。我尝试使用 findElementByID , findElementByXpath , findElementByName , findElementByClass ,所有这些方法都不起作用。

[在此输入图片描述](https://i.sstatic.net/AJrEVJq8.png)

Sub StartAms()
    bot.Get "https://ams-web.omanairports.co.om/#/"
    bot.Wait 5000
    bot.FindElementById ("username")
End Sub
excel vba selenium-webdriver web-scraping selenium-chromedriver
1个回答
0
投票

您可以在其他浏览器中加载此页面吗?尝试导航到我这边的网址会导致错误连接超时。快速的谷歌搜索让我找到了https://apps.omanairports.co.om/

© www.soinside.com 2019 - 2024. All rights reserved.