最近无聊,就用java爬了下凡人修仙传的内容,具体不多说,看代码图
package testNG;
//连续两章读取 根据xpath中
//根据参数读取
import static org.junit.Assert.assertTrue;
import java.sql.Driver;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
public class NewTest {
WebDriver driver;
public void begin() {
// 第一个页面
driver.findElement(By.id(“kw”)).sendKeys(“凡人修仙传”);
driver.manage().timeouts().implicitlyWait(1000, TimeUnit.SECONDS);
driver.findElement(