我不能給訪問web應用程序,但這裏是按鈕硒不能點擊GWT樹項目
we = driver.findElement(By.xpath("//div/div/div[2]/div/div/div/div/div/div/div/div/div/div/div"));
int width = we.getSize().getWidth();
action.moveToElement(we, width/2, 9).click().build().perform();
的代碼和HTML。
<div style="display: inline; background-color: rgb(255, 179, 0);" class="gwt-TreeItem gwt-TreeItem-selected" role="treeitem" id="gwt-uid-102" aria-level="9" aria-setsize="4" aria-posinset="1" aria-selected="true">
對於那些來這篇文章提供答案,我切換到使用C#Web支持的驅動程序。我有些事不能回答我自己的問題,但如果這是將這個問題標記爲答案的最合適的方式,那麼我會。 –