我尝试通过 Gmail (https://accounts.google.com/ServiceLogin?service=mail&passive=true&rm=false&continue=http://mail.google.com/mail/&scc=1<mpl=default<mplcache=2) 自动发送电子邮件在 Java 中使用 Selenium WebDriver。首先,我尝试使用 Selenium IDE 记录测试。IDE 未能记录电子邮件的正文。我尝试通过以下方式输入正文,但不幸的是失败了。
driver.findElement(By.xpath("//textarea[@name='body']")).sendKeys("正文");
错误是:失败:testSendingEmail org.openqa.selenium.ElementNotVisibleException:元素当前不可见,因此可能无法与命令持续时间或超时交互:30.02 秒
有人可以帮我吗?