Dagger
Dagger copied to clipboard
a Web UI autotest framework based on Selenium and TestNg
这是为什么,是我的flash应用没有编译的原因么。。。 flex automation failed to perform the following operation in time: return document.getElementById('container_app').verifyFromSelenium('','')
Exception in thread "main" java.lang.NoSuchMethodError: org.openqa.selenium.chrome.ChromeDriverService$Builder.usingDriverExecutable(Ljava/io/File;)Lorg/openqa/selenium/remote/service/DriverService$Builder; at com.netease.dagger.BrowserEmulator.setupBrowserCoreType(BrowserEmulator.java:71) at com.netease.dagger.BrowserEmulator.(BrowserEmulator.java:58) at com.tairanchina.taihe.GoogleSearch.main(GoogleSearch.java:11)
update BrowserEmulator: 去掉过时的seleniumRc 及wait, 全部改用selenium webdriver,因为最新的selenium webdriver 已经不再维护seleniumRC, 更新selenium jar包时不再有selenium RC方法.然后加入了其它一些好用的功能。
http://selenium.googlecode.com/git/java/CHANGELOG. 2.40.0's CHANGELOG: - Migrated the WebDriverBackedSelenium to com.thoughtworks.selenium.webdriven. This also leaves behind a deprecated implementation of each of the key interfaces to ease migration for users. BTW,this problem let...
1.导入import org.openqa.selenium.WebDriverBackedSelenium后报错,已经把selenium jar导入。 2.导入源码到eclipse中,是已java project导入么? 3.能给我份详细的搭建步骤么,谢谢 4.我的QQ645734136,希望能和你学习!
分隔符根据系统版本不一样返回也不一样,如果代码里面写死了/的话,mac或者Linux下面使用是用的是\方法就会报错
Started ChromeDriver port=21028 version=18.0.1022.0 log=E:\git\Dagger\chromedriver.log .\test\automation\proxy_launcher.cc(106): error: Value of: app_launched Actual: 1 Expected: AUTOMATION_SUCCESS Which is: 0 Error while awaiting automation ping from browser process .\test\automation\proxy_launcher.cc(303): error: Value of: browser.get()...