我尝试了几乎所有类型的定位器,如xpath,CSS,linktext等。请参阅下面的代码:
yourJFrame.addWindowListener(new WindowAdapter() {
public void windowClosing(WindowEvent e) {
//your code , you can create the JOptionPane here.
}
});
`
编辑
答案 0 :(得分:0)
xPath基于行动标题中的修改字词
//td[@class='actionColumn']/a[contains(@title, 'Edit')]
此外,您可以添加元素具有actionLink作为类
的条件//td[@class='actionColumn']/a[contains(@title, 'Edit') and @class='actionLink']