Commit fe1e3535 authored by gaotao's avatar gaotao

无法登录bug

parent 6ef8c665
......@@ -12,7 +12,7 @@ class BrowserEngine(ReadConfig):
# self.__logger = super().get_logger()
self._log_name = log_name
self._browser = ''
self.url = url
self.url = 'URL' if url == 'LOGIN' else url
self._driver_path = r"C:\Users\80980\znfz_autotest\driver\chromedriver.exe"
self.image_path = image_path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment