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.29.tar.gz
(25.2 kB
view details)
Built Distribution
File details
Details for the file blues_lib-1.1.29.tar.gz
.
File metadata
- Download URL: blues_lib-1.1.29.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 | 57ae59a0284cdcdd4cf2d7b9788d952655f5bf20d4972f4a42a324f4f4ff1101 |
|
MD5 | b8e74573d54ae33970afc72b32aa2665 |
|
BLAKE2b-256 | 2bf91912437052d673f5524a1c4e2620d99dc03376f65788c99e08966291902d |
File details
Details for the file blues_lib-1.1.29-py3-none-any.whl
.
File metadata
- Download URL: blues_lib-1.1.29-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 | 76114329a85ea66f88f97cf99a9c3c38dc0ff74edff390d83d0f72992b9f9b8d |
|
MD5 | 7acae4939f41a67a2944ed4474d03d1a |
|
BLAKE2b-256 | f5881e886eda09997814535ca95460c33656284a3af6a733c27b288191838d41 |