随笔分类 - Selenium
摘要:-->SoapUI http://soapui-tutorial.com/home/login/SOAPUI Module 13 - 1, 2, 3, 4, 5, 6 Module 14 - 1, 2 Module 15 - 1, 2, 3, 4 SoapUI 5.1.2 API : http://
阅读全文
摘要:// Goals and options -Dmode="" -DuseGrid="true" -Dhub=${Hub} -DbrowserType=${Browser} -DbrowserVersion=${BrowserVersion} -Denv=${Environment} -Dmaven.
阅读全文
摘要:Enable the default report solution Enable the default report solution Step1: Create a suite listener and add codes into it, please watch the blue box
阅读全文
摘要:Step1: Create a FTP folder in your C disk, named “AutomationReport” Step2: Install IIS components. Star Menu -> Control Panel -> Programs -> Turn Wind
阅读全文
摘要:Selenium.pptx
阅读全文
摘要:--> 文本框 中填写 文本信息 basePage.getTXTPortfolio().sendKeys("文本信息"); --> 点击某个 文本框/下拉列表 中的 指定名称 page.getDriver().findElement(By.linkText("指定名称")).click(); -->
阅读全文
摘要:--> 移动鼠标到指定位置(先触发onMouseOver动作) Actions action = new Actions(driver); WebElement theRow = page.getInvisibleElement(); action.moveToElement(theRow)....
阅读全文

浙公网安备 33010602011771号