selenium关于使用组合键的问题?
driver.findElement(By.xpath("//body")).sendKeys(Keys.CONTROL, "t");这个我运行了一下,不能打开新的标签,不知道是什么原因,请大神指导,谢谢!用 robot 工具,具体如下:
Robot robot = new Robot();
robot.keyPress(KeyEvent.VK_CONTROL);
robot.keyPress(KeyEvent.VK_V); 参考下这个链接https://blog.csdn.net/blacktal/article/details/101147169 参考下这个链接https://testerhome.com/topics/10676 物理键盘模拟 重新定位下元素 重新定位下 确认是否执行
页:
[1]