B
     h                 @   s,   d dl mZ d dlmZ G dd deZdS )    )	WebDriver)DesiredCapabilitiesc               @   s"   e Zd ZdZddejfddZdS )r   z
    Simple RemoteWebDriver wrapper to start connect to Selendroid's WebView app

    For more info on getting started with Selendroid
    http://selendroid.io/mobileWeb.html
    	localhosti\  c             C   s   t j| d||f |d dS )a  
        Creates a new instance of Selendroid using the WebView app

        :Args:
         - host - location of where selendroid is running
         - port - port that selendroid is running on
         - desired_capabilities: Dictionary object with capabilities
        zhttp://%s:%d/wd/hub)command_executordesired_capabilitiesN)RemoteWebDriver__init__)selfhostportr    r   aC:\Users\sanjo\AppData\Local\Qlobot\Launcher\ext_packages\selenium\webdriver\android\webdriver.pyr      s    	
zWebDriver.__init__N)__name__
__module____qualname____doc__r   ANDROIDr   r   r   r   r   r      s   r   N)#selenium.webdriver.remote.webdriverr   r   .selenium.webdriver.common.desired_capabilitiesr   r   r   r   r   <module>   s   