Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Library Scope: GLOBAL
Created: 23/09/2019 15:58 UTC-8
Author: Joshua Kim Rivera | email:joshua.rivera@mnltechnology.com
Company: Spiralworks Technologies Inc.
CaptchaLibrary is a Robotframework Test Library for decoding Captchas.
View the latest keyword Documentation here.
Option 1
Install using pypi, run:
pip install rf-captchalibrary
Option 2
With recent version of pip
, it is possible to install directly from GitHub repository. To Install latest source
from the master branch, use this command:
pip install git+https://github.com/MainSystemDev/rf-captchalibrary.git
Please note that installation will take some time, because pip
will
clone the CaptchaLibrary project to a temporary directory and then
perform the installation.
To use CaptchaLibrary in Robot Framework tests, the library needs to
first be imported using the Library
setting as any other library.
It is important to Note that CaptchaLibrary requires the serviceUrl as parameter
upon import, see example below.
*** Settings ***
Documentation Simple example using CaptchaLibrary
Library CaptchaLibrary serviceUrl=sample.captcha.service.url
*** Variables ***
${sample_variable}
*** Test Cases ***
Test Case Sample One
${captcha} Decode Base64 Captcha path/to/image
Log To Console ${captcha}
To Generate the keyword Documentation, simple run:
python -m robot.libdoc CaptchaLibrary documentation.html
Note that the library must first be installed before generating a documentation.
FAQs
Test Library for decoding base64 captchas to string format.
We found that rf-captchalibrary demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.