mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Uses selenium 4.0.0a6 which works with python 3.6
This commit is contained in:
committed by
Akshay Joshi
parent
8bf178b0a3
commit
77931d2315
@@ -134,7 +134,7 @@ class CheckDebuggerForXssFeatureTest(BaseFeatureTest):
|
||||
self._close_debugger()
|
||||
|
||||
def _close_debugger(self):
|
||||
self.page.driver.switch_to_default_content()
|
||||
self.page.driver.switch_to.default_content()
|
||||
self.page.click_element(
|
||||
self.page.find_by_xpath(
|
||||
"//*[@id='dockerContainer']/div/div[3]/div/div[2]/div[1]")
|
||||
|
||||
Reference in New Issue
Block a user