Control the browser behavior automaticly.
Project description
browserctrl
Control the browser behavior automaticly.
Install
pip install browserctrl
Installed Commands
- browserctrl
Usage
C:\Workspace\browserctrl>browserctrl --help
Usage: browserctrl [OPTIONS] COMMAND [ARGS]...
Browser automation toolset.
Options:
--help Show this message and exit.
Commands:
create-xlsx-template Create a new xlsx file with command define...
run-xlsx-config Run browser automation commands defined in...
C:\Workspace\browserctrl>browserctrl run-xlsx-config --help
Usage: browserctrl run-xlsx-config [OPTIONS] CONFIG_XLSX_PATH
[VARIABLES_YML_PATH]
Run browser automation commands defined in xlsx file.
Options:
-s, --sheet TEXT
--help Show this message and exit.
C:\Workspace\browserctrl>browserctrl create-xlsx-template --help
Usage: browserctrl create-xlsx-template [OPTIONS] [OUTPUT]
Create a new xlsx file with command define template.
Options:
--help Show this message and exit.
Examples
- Create a new xlsx template.
browserctrl create-xlsx-template my-task.xlsx
- Edit my-task.xlsx, add commands.
- Run commands in my-task.xlsx.
browserctrl run-xlsx-config my-task.xlsx
- If there are variables used in my-task.xlsx, write variables in variables.yml, and pass the filename to run command.
browserctrl run-xlsx-config my-task.xlsx variables.yml
Note:
- See more help information in xlsx template which can be created by the sub-command create-xlsx-template.
- You have to install phantomjs, webdriver for chrome, firefox and ie by yourself.
- Chrome webdriver can be downloaded at https://sites.google.com/a/chromium.org/chromedriver/downloads.
- IE webdriver can be downloaded at https://www.selenium.dev/downloads/.
- Firefox webdriver can be downloaded at https://github.com/mozilla/geckodriver/releases.
Releases
v0.2.0 2020/06/01
- Use xlsx variables file instead of yml variables file.
v0.1.4 2020/05/30
- Add --no-sandbox option for chrome so that we can start chrome under root user.
- Fix third counter problem in wait_and_monitoring.
- Auto close browser after the instance is destroyed.
v0.1.3 2020/05/30
- Fix variables problem in wait_and_monitoring.
- Update document.
v0.1.2 2020/05/29
- Add headless chrome browser support.
- Fix second counter problem in wait_and_monitoring.
- Fix screenshot problem creating empty folder.
- Fix Ie Browser zoom level not 100% problem.
- Ignore lines without operation.
v0.1.1 2020/05/29
- Add instance_start_delay parameter for run_xlsx_config.
- Add StreamHandler() for logging.
- Update interval status before sleep in wait_and_monitoring.
- Fix counter screenshot filename problem in wait_and_monitoring.
v0.1.0 2020/05/29
- First release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
browserctrl-0.2.0.tar.gz
(18.3 kB
view details)
File details
Details for the file browserctrl-0.2.0.tar.gz
.
File metadata
- Download URL: browserctrl-0.2.0.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0bc765626e9913476edda02f266eb6c2f07cc2f960343ed01cd980ef78e8200 |
|
MD5 | 937d6da3a4ebf65e881c78600a553365 |
|
BLAKE2b-256 | 3b065282a1f7d5af53ff66be7a78d554ba6edb48cfbdaa7716d2d9d06798dbb2 |