2020年1月2日
摘要: 1.随机生成0~1之间的浮点数 2.随机生成一个整数int类型,可以指定这个整数的范围,上限值和下限值 3.从序列表中返回随机的元素: 4.random.uniform(a,b),它可以设定浮点数的范围,一个是上限,一个是下限 5.random.sample() sample(seq, n) 从序列 阅读全文
posted @ 2020-01-02 16:32 daphnezhu 阅读(2960) 评论(0) 推荐(0) 编辑
摘要: RobotFramework获取table的行数,用以下关键字:适用python3,selenium 3 ${lineNumber}= Get Element Count //*[@class='dataview']/tbody/tr 阅读全文
posted @ 2020-01-02 11:44 daphnezhu 阅读(1415) 评论(0) 推荐(0) 编辑