标签: vb.net selenium-chromedriver instagram
我正在尝试使用硒将照片上传到Instagram。我尝试了以下代码,但没有找到固定的输入,它可以在其他网站上使用,但是click部分中没有输入,也无法为我提供结果
Dim fileuploadq As IWebElement fileuploadq = driver.FindElement(By.XPath("//input[@type='file']")) fileuploadq.SendKeys("C:\cristiano.jpg")
图片输入如下
https://ibb.co/BtQJHpD
我要上传图片而不点击图片上传按钮