APP自动化框架学习:读取配置文件,并判断定位方式
admin
2023-03-15 00:01:10
0

思路:

1,创建一个配置文件,配置文件内写入 "元素的名称=定位的方式>元素的id/name/xpath表达式",例:"locator=name>登录"

2,创建个读取配置文件的类ProUtilTest ,使用java中的Properties类,读取Java的配置文件

3,判断定位的方式,使用split()方法取出"locator=name>登录"中的“name”和“登录”

4,对split()方法取出来的定位方式,进行判断,返回相应的By类型,用于之后的定位元素

5,继续学习完善中。。。


/**判断定位方式工具类*/
public class GetByLoctorTest {
    
    /**
     *读取配置文件
     *@param key String 定位方式
     * */
    public static By getLocator(String key){
        
        //ProUtilTest类是读取配置文件的(见下文的图),使用构造方法时,需传入配置文件的路径
        //文件的路径可以单独写一个类,进行配置
        ProUtilTest properties = new ProUtilTest("configs/login.properties");
        
        //从属性配置文件中读取相应的配置对象
        //配置文件写的格式:"locator=name>登录"
        String locator = properties.getPro(key);
        
        //将配置对象中的定位类型存在locatorType变量,将定位表达式的值存入到locatorValue变量
        //[0]为>的左边 [1]为>的右边
        String locatorType = locator.split(">")[0];//取出>前的name
        String locatorValue = locator.split(">")[1];//取出登录
        
        //输出locatorType变量值和locatorValue变量值,验证是否赋值成功
        System.out.println("获取的定位类型:"+locatorType+"获取的定位表达式:"+locatorValue);
        
        //根据locatorType的变量值内容判断,返回何种定位方式的By对象
        //toLowerCase() 方法用于把字符串转换为小写
        if(locatorType.toLowerCase().equals("id")){
            return By.id(locatorValue);
        }else if(locatorType.toLowerCase().equals("name")){
            return By.name(locatorValue);
        }else if ((locatorType.toLowerCase().equals("classname")) || (locatorType.toLowerCase().equals("class"))){
            return By.className(locatorValue);
        }else if((locatorType.toLowerCase().equals("tagname")) || (locatorType.toLowerCase().equals("tag"))){
            return By.className(locatorValue);
        }else if ((locatorType.toLowerCase().equals("linktext")) || (locatorType.toLowerCase().equals("link"))){
            return By.linkText(locatorValue);
        }else if (locatorType.toLowerCase().equals("partiallinktext")){
            return By.partialLinkText(locatorValue);
        }else if ((locatorType.toLowerCase().equals("cssselector")) || (locatorType.toLowerCase().equals("css"))){
            return By.cssSelector(locatorValue);
        }else if (locatorType.toLowerCase().equals("xpath")){
            return By.xpath(locatorValue);
        }else{
            try{
                throw new Exception("输入的 locator type 未在程序中被定义:" + locatorType);    
            }catch(Exception e){
                e.printStackTrace();
            }
        }
        return null;
        
    }
}




/**配置文件读取类*/
public class ProUtilTest {
    
    private String filePath;
    private Properties prop;//Properties类,读取Java的配置文件
    
    public ProUtilTest(String filePath){
        this.filePath = filePath;
        this.prop=readProperties();
    }
    
    public Properties readProperties(){
        Properties properties = new Properties();
        
        try {
            InputStream ins = new FileInputStream(filePath);
            BufferedReader bf=new BufferedReader(new InputStreamReader(ins,"utf-8"));
            properties.load(bf);
            ins.close();
        } catch (Exception e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
        return properties;    
        
    }
    
    //containsKey()判断是否有相对应的key
    public String getPro(String key){
        if(prop.containsKey(key)){
            return prop.getProperty(key);
        }else{
            System.out.println("获取的键不存在");
        }
        return "";
    }

相关内容

热门资讯

中国发布禁令,禁止美国制裁中国... 2026年4月24日美国发布公告,把中国5家石化企业列入制裁名单,理由是参与或协助伊朗的石油交易,引...
电力系统母线安全保护领域取得关... (来源:中国电力新闻网) 转自:中国电力新闻网 近日,山西铝业自主研发的《弧光保护系统安装优化方法、...
第三届“探索雅安·阅见美好”阅... 近日,由雅安市图书馆主办的第三届“探索雅安·阅见美好”阅读打卡活动在市区三雅园及雅安市图书馆开展。 ...
实验型真空冷冻干燥机选型指南:... 导语:实验型真空冷冻干燥机作为科研、高校及企业研发环节的关键设备,其性能稳定性直接影响物料干燥效率与...
丁薛祥调研华为芯片基础技术研究... 5月8日晚,中央电视台《新闻联播》播出了一则重量级画面:中共中央政治局常委、国务院副总理丁薛祥到访华...
王自如公布智能指环项目 售价或... 【CNMO科技消息】5月9日,据CNMO科技了解,王自如近日通过视频展示其研发的智能指环产品,该产品...
“190元榴莲遭仅退款”商家直... 近日,河南濮阳一销售冷冻榴莲果肉商家在网络平台发视频称,自家生意遭遇买家恶意“仅退款”。虽然售卖榴莲...
一名中国公民被印度边防部队拘捕... 近日,一名在尼泊尔的中国公民在尼泊尔、印度边境地区因误入印境内被印边防部队拘捕。驻加尔各答总领馆再次...
凤凰直击东盟峰会:菲方推海事中... 5月8日,第48届东盟峰会落幕。菲律宾提出设立“东盟海事中心”的倡议,成为本届峰会焦点之一。菲律宾总...
快30岁,还不像个大人,我们怎... 2025年,邓鹭下定决心裸辞。此后长达一年的gap时间里,她频繁觉得自己像漂在海上,且不知靠岸何处。...