SeldomQA / poium

Page Objects design pattern test library, support selenium、appium、playwright, etc
https://pypi.org/project/poium
Apache License 2.0
404 stars 138 forks source link

getText无法调用,提示 #11

Closed rwdxll closed 3 months ago

rwdxll commented 4 years ago

AttributeError: 'WebElement' object has no attribute 'getText'

defnngj commented 4 years ago

Selenium/appium不支持 getText方法,如果想获取文本,请使用text

page.xxx.text