コード例 #1
0
 def __int__(self, session_id, command_executor):
     self.r_session_id = session_id
     Remote.__init__(command_executor=command_executor,
                     desired_capabilities={},
                     browser_profile=None,
                     proxy=None,
                     keep_alive=False,
                     file_detector=None,
                     options=None)
コード例 #2
0
ファイル: ReuseIe.py プロジェクト: xdpbydl/untitled111111
 def __init__(self, command_executor, session_id):
     self.r_session_id = session_id
     Remote.__init__(self,
                     command_executor=command_executor,
                     desired_capabilities={})
コード例 #3
0
    def __init__(self, command_executor='http://127.0.0.1:4444/wd/hub',
                 desired_capabilities=None, browser_profile=None, proxy=None,
                 keep_alive=False, file_detector=None, options=None):

        Remote.__init__(self, command_executor, desired_capabilities, browser_profile,
                        proxy, keep_alive, file_detector, options)