使用webdriver处理隐藏元素

时间:2015-09-02 09:27:01

标签: selenium selenium-webdriver

我无法找到文本框的元素,并且它正在显示"元素不可见"错误。

我正在使用以下代码:

WebElement elem=webObj.findElement(By.xpath(".//*[starts-with(@id,'yui')]"));

String str="arguments[0].style.visibility='visible';";

((JavascriptExecutor) webObj).executeScript(str, elem);

elem.sendKeys("Test");

请帮忙

0 个答案:

没有答案