will merge with master

This commit is contained in:
2022-03-26 17:10:00 +01:00
parent a7ba97772d
commit 4790b3b9a1
+1 -1
View File
@@ -75,7 +75,7 @@ class CommandorPage:
def start_brower(self, proxy, pwright, user_agent):
try:
self.browser = pwright.firefox.launch(headless=False, timeout=90000, proxy=proxy)
print("user_agent is " + user_agent)
self.logger.info("user_agent is " + user_agent)
self.page = self.browser.new_page(
user_agent=user_agent)
# hide webdriver information