```python def test_LoginBySms_Success(self, browser, base_url): page = Login_Page(browser) print(page.login_success.text) ``` 在selenium 下无法获取元素的text E AttributeError: 'NoneType' object has no attribute 'text'
在selenium 下无法获取元素的text
E AttributeError: 'NoneType' object has no attribute 'text'