@Test
 public void withdrawTest() throws PageElementNotException {
   homePage = new LoginPage().login(driver);
   WebDriverUtil.sleep(1000);
   homePage.getAccountCenterPage();
   withdrawPage.withdraw(driver, Integer.toString(100));
 }
 @Test
 public void aPPClientTest() throws PageElementNotException {
   driver.get("http://yjf3.pccb.com/");
   WebDriverUtil.sleep(1000);
   WebDriverUtil.getElement(driver, "/html/body/div[12]/ul/li[2]/i/img").click();
 }