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.28.tar.gz
(25.2 kB
view details)
Built Distribution
File details
Details for the file blues_lib-1.1.28.tar.gz
.
File metadata
- Download URL: blues_lib-1.1.28.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06259f568e657b806352537c55bdd66a3e8ef7412eb757ea6de9e482ae0f487e |
|
MD5 | 2730d25e17acd4aa70ee7a94a90626c4 |
|
BLAKE2b-256 | 9637b6667e79e7f060774a852358fce92fca6a0ce4fd1e31b19615ce9ac5633e |
File details
Details for the file blues_lib-1.1.28-py3-none-any.whl
.
File metadata
- Download URL: blues_lib-1.1.28-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 | 5a308cce636d5853817978fdc48a1862fb50ce32cf81a99586c9795f1fc8f9eb |
|
MD5 | 9332a2256b12d939eec793bb487674e7 |
|
BLAKE2b-256 | 05c0cd10823e59588a9fdb85ac37115eb6b46b3efda49d215ac4d7cf668f925f |