摘要:
1.WebElement webElemt= webElement.findElement(By.xpath("//*[@class='xxxxxx]/a"));//在ie下使用innerText 在火狐下使用textContentString linktext = webElemt.getAttribute("innerText");2.WebElement element = ...;//测试的好像不行。 ((JavascriptExecutor) driver).executeScript("return arguments[0] 阅读全文
摘要:
select count(*) from sys_invitation where from_id like '%1006%'; 查询结果select * from sys_invitation where from_id like '%1006%';统计数量 阅读全文