Перейти к содержимому

DmitriyQA

Регистрация: 04 мар 2016
Offline Активность: 07 ноя 2018 09:35
-----

Мои темы

Webdriwer и Сhrome крешится при ожидании

27 декабря 2017 - 08:02

Всем привет. Перерыл уже все хелпы по селениуму. После того как вышла новая версия хрома (63) резко упала стабильность тестов. Причина Хром крешится при ожидании. Локально всегда проходит, а вот на сервере почти всегда падает. Кто с таким может сталкивался, и знает как помочь.

 

 

@cards @xray
Scenario: displaying groups of trackers # features/call_xray.feature:7
Given I am on xray tab of target call # features/steps/x-ray.py:16
Assertion Failed: FAILED SUB-STEP: Given account page finished loading
Substep info: Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/behave/model.py", line 1329, in run
match.run(runner.context)
File "/usr/local/lib/python2.7/dist-packages/behave/matchers.py", line 98, in run
self.func(context, *args, **kwargs)
File "features/steps/account_page.py", line 57, in step_impl
ghost.wait_until_account_page_finished_loading()
File "/builds/affectlayer/system_tests/drivers/account_page/account_page_executor.py", line 306, in wait_until_account_page_finished_loading
obj.wait_for_player_to_appear()
File "/builds/affectlayer/system_tests/drivers/account_page/section_handler.py", line 16, in wait_for_player_to_appear
self.wait_for_presence_of_element((By.CLASS_NAME, 'audio-player-footer'), time=59)
File "/builds/affectlayer/system_tests/drivers/basic_components/page_base.py", line 31, in wait_for_presence_of_element
EC.presence_of_element_located(by_locator))
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/support/wait.py", line 71, in until
value = method(self._driver)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 63, in __call__
return _find_element(driver, self.locator)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/support/expected_conditions.py", line 402, in _find_element
raise e
selenium.common.exceptions.WebDriverException: Message: chrome not reachable
(Session info: chrome=63.0.3239.108)
(Driver info: chromedriver=2.34.522913 (36222509aa6e819815938cbf2709b4849735537c),platform=Linux 4.4.0-1020-aws x86_64)