Appium的一点一滴:Xpath(2.0) 正则函数

前端之家收集整理的这篇文章主要介绍了Appium的一点一滴:Xpath(2.0) 正则函数前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Appium的一点一滴

1 XPATH的match、contains

1.1 matches()

self.driver.find_element_by_xpath('//div[matches(@class,"col-xs-6")')

1.2 contains()

self.driver.find_element_by_xpath('//div[contains(@class,"col-xs-6") and contains(@class,"cmb_film")]')

1.3 Xpath常用的正则符合

原文链接:https://www.f2er.com/regex/359676.html

猜你在找的正则表达式相关文章