一、Java Selenium配置 二、工具类 三、问题汇总 1、iframe问题 iframe的ID为frameA,则调用以下方法即可进入iframe中,对iframe中的元素进行操作。 webDriver.switchTo().frame("frameA");