Selenium+Jave——获取web端元素文本

说明:attribute指web页面的定位方式,如id、xpath、name、class等value指web页面的定位方式需要的参数


public void getTextOrValue(String attribute,string value) throws Exception{
	driver=Hook.getDriver();
	WebElement ele =driver.findElement(toFindBy(attribute,value));
  	if (ele != null){
	System.out.println("Text():"+ ele.getText());
	System.out.println("Value:"+ ele.getAttribute("Value"));
	System.out.println("innerText():"+ ele.getAttribute("innerText"));  
 	System.out.printIn("textContent():"+ ele.getAttribute("textContent"));
	System.out.println("isEnable():"+ ele.isEnabled());
	System.out.println("aria-disabled():"+ ele.getAttribute("aria-disabled"));
	System.out.printIn("innerHTML():"+ ele.getAttribute("innerHTML"));
	System.out.printIn("outerHTML():"+ ele.getAttribute("outerHTML"));
}







#测试##自动化测试#
自动化测试学习 文章被收录于专栏

记录工作中的自动化测试学习内容,例如:手机自动化测试学习,web端自动化测试学习等..

全部评论

相关推荐

不愿透露姓名的神秘牛友
2024-12-27 14:43
点赞 评论 收藏
分享
德科信息 华为OD岗位 20K+ 统招本科
点赞 评论 收藏
分享
2024-12-05 15:53
中南大学 Java
点赞 评论 收藏
分享
牛客都很牛:牛友可以把实习和工作那块儿写细一点,比如说用了什么技术,指标多少提升,成果咋样感觉校园任职那块儿可以精简点省出空间
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务