|
4#
楼主 |
发表于 2018-1-29 11:54:26
|
只看该作者
C:\Python27\python.exe D:/PycharmProjects/yjpt/test.py
Traceback (most recent call last):
File "D:/PycharmProjects/yjpt/test.py", line 9, in <module>
ActionChains(driver).move_to_element(above).perform()
File "C:\Python27\lib\site-packages\selenium\webdriver\common\action_chains.py", line 77, in perform
self.w3c_actions.perform()
File "C:\Python27\lib\site-packages\selenium\webdriver\common\actions\action_builder.py", line 76, in perform
self.driver.execute(Command.W3C_ACTIONS, enc)
File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 256, in execute
self.error_handler.check_response(response)
File "C:\Python27\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 194, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: performActions
Process finished with exit code 1 |
|