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.31.tar.gz
(25.2 kB
view details)
Built Distribution
File details
Details for the file blues_lib-1.1.31.tar.gz
.
File metadata
- Download URL: blues_lib-1.1.31.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 | 5c370803bfe876c30986d56cd2fd18df08db87b90a39229696b3e79ef6b19a91 |
|
MD5 | da2084ea37e77d8b15a966d8016448b7 |
|
BLAKE2b-256 | 3fddf3d66d88c572ca168ed5732e958647ea0ad8ec4da735024f1340873f51ac |
File details
Details for the file blues_lib-1.1.31-py3-none-any.whl
.
File metadata
- Download URL: blues_lib-1.1.31-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 | 8ba269c73c62b2f9171b476657dab3832e594c9e3ed4f60a006952d0419de688 |
|
MD5 | d1860ea15fc4f9ff0029f3392551a156 |
|
BLAKE2b-256 | c94987e5ea78871144a6f7c5af260fb348bf79953c93336f621befe9de184b6a |