Updated switch_to_window to recent version (#196)

* update switch_to_window to recent version
* fix #195
This commit is contained in:
Fanny 2018-02-16 22:13:49 -03:00 коммит произвёл Benjamin Forehand Jr
Родитель 8dfa055064
Коммит 291cec34ba
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ class Base(Page):
self._main_window_handle = self.selenium.current_window_handle
def switch_to_main_window(self):
self.selenium.switch_to_window(self._main_window_handle)
self.selenium.switch_to.window(self._main_window_handle)
def close_window(self):
self.selenium.close()