Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8acd4b commit 8d6ee63Copy full SHA for 8d6ee63
1 file changed
src/test/java/macaca/client/H5SampleTest.java
@@ -31,12 +31,14 @@ public class H5SampleTest {
31
32
System.out.println("------------#1 h5 web test-------------------");
33
34
+ /*
35
driver.get("http://www.baidu.com");
36
driver.elementById("index-kw").sendKeys("macaca");
37
driver.elementById("index-bn").click();
38
driver.sleep(5000);
39
String source = driver.source();
40
Assert.assertThat(source, containsString("macaca"));
41
+ */
42
}
43
44
@After public void tearDown() throws Exception {
0 commit comments