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
- such as
C:\Users\creep\AppData\Local\Google\Chrome\Application\chrome.exe
$env:CHROME_DRIVER_EXE
: the chromedriver's .exe file path - * recommended
- such as
D:\devsoftware\Python38\webdriver\chrome\128.0.6613.86\chromedriver.exe
$env.LOGINER_EXECUTOR
: the loginer program path
- dated setting:
D:\devapp\seleniumapp\loginer\Starter.py
input
config = {
'url':'http://deepbluenet.com',
}
arguments = {
'--user-data-dir':'"c:/sele/test3"',
'--remote-debugging-address':'localhost:8003',
}
util
from blues_lib.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')
QA
Selenium Wire CA error
ERROR:cert_verify_proc_builtin.cc(766)] CertVerifyProcBuiltin for at.alicdn.com failed:
----- Certificate i=1 (CN=Selenium Wire CA) -----
Resolve:
- download ca.crt from selenium-wire library
https://github.com/wkeeling/selenium-wire/blob/master/seleniumwire/ca.crt
Execute by powershell scheduled task
task
unRegister-ScheduledTask -TaskName 'naps'
Get-ScheduledTask -TaskName 'naps'
Start-ScheduledTask -TaskName 'naps'
Get-ScheduledTaskInfo -TaskName 'naps'
enable-ScheduledTask -TaskName 'naps'
disable-ScheduledTask -TaskName 'naps'
develop
$arg='-NoProfile -command "& {set-location -path D:\devapp\pyapp\blues-lib-py\test\naps; python .\NAPSTest.py}"' ; $action = New-ScheduledTaskAction -Execute 'powershell.exe' -Argument $arg ; $now = Get-Date ; $interval = New-TimeSpan -Hours 2; $trigger = New-ScheduledTaskTrigger -Once -RepetitionInterval $interval -At $now ; Register-ScheduledTask -Action $action -Trigger $trigger -TaskName 'naps'
exe
$chrome="'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe'" ; $arg='-NoProfile -command "& { set-location -path D:\datacross\dist\App; .\App.exe '+$chrome+' }"' ; $action = New-ScheduledTaskAction -Execute 'powershell.exe' -Argument $arg ; $now = Get-Date ; $interval = New-TimeSpan -Hours 1; $trigger = New-ScheduledTaskTrigger -Once -RepetitionInterval $interval -At $now ; Register-ScheduledTask -Action $action -Trigger $trigger -TaskName 'datacross'
install
This develop pc will push pip to officail reigstry ,can't set the mirros
pip install -i https://mirrors.aliyun.com/pypi/simple selenium
pip install -i https://mirrors.aliyun.com/pypi/simple --upgrade selenium
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.2.5.tar.gz
(89.6 kB
view details)
Built Distribution
blues_lib-1.2.5-py3-none-any.whl
(182.1 kB
view details)
File details
Details for the file blues_lib-1.2.5.tar.gz
.
File metadata
- Download URL: blues_lib-1.2.5.tar.gz
- Upload date:
- Size: 89.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c0a7e8eb848bc343b80b2a7c3dd0c5726640b12438363f7b49e6230761d0a42 |
|
MD5 | 26faaec01035db8e45c0203945cb07d6 |
|
BLAKE2b-256 | cb5ba4102816e24d146056a3d9d703b3697390bc0666715a2de1be0173d49761 |
File details
Details for the file blues_lib-1.2.5-py3-none-any.whl
.
File metadata
- Download URL: blues_lib-1.2.5-py3-none-any.whl
- Upload date:
- Size: 182.1 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 | ff4fcbb1833d50bbe7e5563dae64bcd722699422615649e4edfccaebda2b2a41 |
|
MD5 | 0bf1b078b634b5de1b5e34529e0c42f3 |
|
BLAKE2b-256 | cdc8e03e282636c7e8e842f99748ebfaf3ab938b2cafcc82a2d71cf53c580111 |