摘要:Selenium IDE Training List
阅读全文
摘要:Static and non-Static : 非静态方法(不带static)可以访问静态变量和方法(带static),但是反过来就不行。 类的静态成员(变量和方法)属于类本身,在类加载的时候就会分配内存,可以通过类名直接去访问。 非静态成员(变量和方法)属于类的对象,只有在类的对象产生(创建实例)
阅读全文
摘要:Operator : While Loop : For Loop : Arrays : Code : Result : Object Arrays: Functions :
阅读全文
摘要:Download Java : https://java.com/en/download/ Download Eclipse : https://www.eclipse.org/downloads/ Code : Result :
阅读全文
摘要:FirePath Press F12, you will see :
阅读全文
摘要:Selenium IDE (Only support in Firefox): - Record and Run - UI interface - User extensions - Conversion of code Selenium RC: Multiple Browsers : IE, Ch
阅读全文
摘要:Download and Install Selenium IDE
阅读全文
摘要:Download Selenium Jars Configure jars in eclipse Webdriver http://docs.seleniumhq.org/download/ Selenium RC http://code.google.com/p/selenium/download
阅读全文
摘要:What is Selenium? Browser Automation Testings Tool: Mozilla IE 6,7,8 Google Chrome Opera 8,9,10 Safari Multiple Operating Systems: Windows Mac Linux/U
阅读全文
摘要:在Jenkins建了一个task自动启动Selenium的Grid,命令行是这样写的: schtasks /end /tn RestartGrid /s SZTEST201606 /u szdomain1\szautotester /p 123456schtasks /run /tn Restart
阅读全文