
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
robotframework-seleniumlibrary-translation
Advanced tools
Robot Framework SeleniumLibrary localization project for all translations.
This project contains a localizations for the Robot Framework SeleniumLibrary. Currently project contains only one translation, Finnish , but new languages can be added by creating translation_xx.json file and adding the definition to init.py file. The xx should be replaced with correct language code.
This project uses SeleniumLibrary Python plugin API to provide translation_xx.json file for the
Seleniumlibrary. SeleniumLibrary searches Python plugins by using naming convention: robotframework_seleniumlibrary_translation
. This module fulfils the SeleniumLibrary
translation API and provides get_language
method. The method return a list of dictionaries:
[{"language": "fi", "path": "/path/to/translation_fi.json"}]
Which SeleniumLibrary will use to match correct translation from all the found Python plugins. Language search is enabled when SeleniumLibrary is imported with:
*** Settings ***
Library SeleniumLibrary language=fi
The translation_xx.json contains sha256 sum, which is generated by the SeleniumLibrary. The sha256
is the checksum of the original documentation of the SeleniumLibrary documentation. The checksum
is used by sellib translation --compare robotframework_seleniumlibrary_translation/translation.json
command to compare translation between the library and translation file. Command will display a list
of keywords which needs updating or are missing from the translation.json file.
FAQs
Robot Framework SeleniumLibrary localization project for all translations.
We found that robotframework-seleniumlibrary-translation demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.