|
@@ -52,7 +52,7 @@ public class BimFaceCheckUtil {
|
|
|
Thread.sleep(5000);
|
|
|
new WebDriverWait(driver, Duration.ofSeconds(10)).until(ExpectedConditions.elementToBeClickable(By.xpath("//*[@id=\"app\"]/section/header/div/ul/div/li[2]"))).click();
|
|
|
Thread.sleep(5000);
|
|
|
- String integral = driver.findElement(By.xpath("//*[@id=\"app\"]/section/section/main/div[1]/div[2]/div/div/div[1]/div[2]/span[2]")).getText();
|
|
|
+ String integral = driver.findElement(By.xpath("//*[@id=\"app\"]/section/section/main/div[1]/div[2]/div/div/div[1]/div[1]/span[2]")).getText();
|
|
|
log.info("剩余积分{}",integral);
|
|
|
driver.quit();
|
|
|
return integral;
|