Running the python script and then got the error "An element could not be located on the page using the given search parameters."

when i running the script and then show the error.

log:
➜ python python test.py
test_login_elements (main.DTTests) … ERROR

======================================================================
ERROR: test_login_elements (main.DTTests)

Traceback (most recent call last):
File “test.py”, line 40, in test_login_elements
el = self.driver.find_element_by_name(“快速登录”)
File “/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py”, line 302, in find_element_by_name
return self.find_element(by=By.NAME, value=name)
File “/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py”, line 662, in find_element
{‘using’: by, ‘value’: value})[‘value’]
File “/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py”, line 173, in execute
self.error_handler.check_response(response)
File “/usr/local/lib/python2.7/site-packages/appium/webdriver/errorhandler.py”, line 29, in check_response
raise wde
NoSuchElementException: Message: An element could not be located on the page using the given search parameters.


Ran 1 test in 40.250s

FAILED (errors=1)

what can i do for this issue?

Thanks
Fino