51Testing软件测试论坛

标题: python参数化xpath [打印本页]

作者: 测试积点老人    时间: 2020-6-29 11:24
标题: python参数化xpath
求各位大佬看下我这个代码已经转str了,为什么还说我类型必须是str  ,path=
  1. //*[@id="memberTable"]/div/div

  2.     l = path+'/a['+n+']'
  3. TypeError: must be str, not int
复制代码


作者: Jing2016    时间: 2020-6-29 15:14
n = str(n)
作者: bellas    时间: 2020-6-30 10:15
来学习,可以参考下这个链接https://www.cnblogs.com/sola-tester/p/4333965.html
作者: qqq911    时间: 2020-6-30 10:19
转完之后,print一下n的类型
作者: 海海豚    时间: 2020-6-30 10:28
按照一楼的来
作者: litingting0214    时间: 2020-6-30 10:42
https://www.cnblogs.com/sola-tester/p/4333965.html参考下这篇文章
作者: jingzizx    时间: 2020-6-30 13:10
学习
作者: 郭小贱    时间: 2020-6-30 14:16
l =(Str)l  定义变量l为String类型先。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2