No project description provided
Project 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
$env:CHROME_EXE
: the chrome's .exe file path - * required$env:CHROME_DRIVER_EXE
: the chromedriver's .exe file path - * recommended$env.LOGINER_EXECUTOR
: the loginer program path
input
config = {
'url':'http://deepbluenet.com',
}
arguments = {
'--user-data-dir':'"c:/sele/test3"',
'--remote-debugging-address':'localhost:8003',
}
util
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')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
blues_lib-1.1.25.tar.gz
(25.1 kB
view details)
Built Distribution
File details
Details for the file blues_lib-1.1.25.tar.gz
.
File metadata
- Download URL: blues_lib-1.1.25.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 056e46073a8de0e954c8c5e9b72b7e889bc9760e7d06d9836271d76350913e6a |
|
MD5 | 0c8676274d8e4c211190bf59d84ae92b |
|
BLAKE2b-256 | 85872f5ef4ee92a9d216cbdcd45e892d632da8d13287e70496786124f5ccb26b |
File details
Details for the file blues_lib-1.1.25-py3-none-any.whl
.
File metadata
- Download URL: blues_lib-1.1.25-py3-none-any.whl
- Upload date:
- Size: 35.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d196650f18931f037f9b227852af045b1f2b5d608715d76eea833c77bb1e1143 |
|
MD5 | 5154d98efa931ba2d0dc85b3a404fd28 |
|
BLAKE2b-256 | eb32198c8990a73bd8b8618fcd109e61cd05684e5fee628a1cf9bcee4f94be24 |