Metadata-Version: 2.1
Name: blues_lib
Version: 1.1.32
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Description: ## Description
        Python library writed by Blues Liu.
        
        ### Install
        ```
        // first installation 
        pip install blues-lib==1.1.1
        
        // upgrade to the newest version
        pip install --upgrade blues-lib
        ```
        
        ### sele
        #### BluesDebugChrome
        
        ##### reliant env variables
        1. `$env:CHROME_EXE` : the chrome's .exe file path - * required
        2. `$env:CHROME_DRIVER_EXE` : the chromedriver's .exe file path - * recommended
        3. `$env.LOGINER_EXECUTOR` : the loginer program path
        
        ##### input
        ```py
        config = {
          'url':'http://deepbluenet.com',
        }
        arguments = {
          '--user-data-dir':'"c:/sele/test3"',
          '--remote-debugging-address':'localhost:8003',
        }
        ```
        
        
        ### util
        ```py
        from util.BluesFiler import BluesFiler
        
        print(BluesFiler.exists('dir'))
        ```
        
        ### set/get env variables
        ```
        // set
        [Environment]::SetEnvironmentVariable('LOGINER_EXECUTOR', 'D:\devapp\seleniumapp\loginer\Starter.py','machine')
        // get
        [Environment]::GetEnvironmentVariable('LOGINER_EXECUTOR','machine')
        ```
Platform: UNKNOWN
Description-Content-Type: text/markdown
