不要将字段设为静态。
private static List<WebDriver> webDriverPool = Collections.synchronizedList(new ArrayList<WebDriver>());private static ThreadLocal<WebDriver> driverThread;public static BrowserSetup browser;

不要将字段设为静态。
private static List<WebDriver> webDriverPool = Collections.synchronizedList(new ArrayList<WebDriver>());private static ThreadLocal<WebDriver> driverThread;public static BrowserSetup browser;