# Selenium IDE Runner
This package can exeecute Selenium-IDE scripts from Python.
This package was build to integrate into an automation platform, to fully utilize the Selenium IDE in created the test
scripts.
The mail goal was to keep the package as simple a posible. Therefore the SeleniumLibrary of RobotFramewak is
used to execute the the Selenium IDE commands. SeleniumLibrary is a well maintains package and why inventing
the wheel again.
## Version 1.0.0
This version supports all the commands towards Selenium.
Flow control is not yet supported. And storing variables is minimal supported. Upon executing an unsuported
command de package throws an exception: NotImplemented or FlowControlNotSupported.
## Command line execution
sel-ide-runner [ <options> ] <ide.filename> [ { test <test-case-name> | suite <suite-name> } ]
Options:
-v/--verbose Be very verbose in the output
-h/--help Help page
-s/--server <url> The URL to the Selenium server, when omitted http://localhost:1234 is used
-l/--logfile <file> The the filename for the logger
-S/--screenshot <dir> Screen shot storage folder
-D/--data <dir> Data storage folder
-K/--keystore <file> The pykeystore to be used
-P/--passphrase <file|passphrase> The passphrase file or the actual passphrase
Raw data
{
"_id": null,
"home_page": "https://github.com/pe2mbs/pykeystore",
"name": "sel-ide-runner",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Marc Bertens-Nguyen",
"author_email": "Marc Berten-Nguyen <m.bertens@pe2mbs.nl>",
"download_url": "",
"platform": null,
"description": "# Selenium IDE Runner\nThis package can exeecute Selenium-IDE scripts from Python.\n\nThis package was build to integrate into an automation platform, to fully utilize the Selenium IDE in created the test \nscripts.\n\nThe mail goal was to keep the package as simple a posible. Therefore the SeleniumLibrary of RobotFramewak is \nused to execute the the Selenium IDE commands. SeleniumLibrary is a well maintains package and why inventing \nthe wheel again. \n\n## Version 1.0.0\nThis version supports all the commands towards Selenium. \nFlow control is not yet supported. And storing variables is minimal supported. Upon executing an unsuported \ncommand de package throws an exception: NotImplemented or FlowControlNotSupported.\n\n## Command line execution\nsel-ide-runner [ <options> ] <ide.filename> [ { test <test-case-name> | suite <suite-name> } ]\n\nOptions:\n-v/--verbose Be very verbose in the output\n-h/--help Help page\n-s/--server <url> The URL to the Selenium server, when omitted http://localhost:1234 is used\n-l/--logfile <file> The the filename for the logger\n-S/--screenshot <dir> Screen shot storage folder\n-D/--data <dir> Data storage folder \n-K/--keystore <file> The pykeystore to be used\n-P/--passphrase <file|passphrase> The passphrase file or the actual passphrase \n\n",
"bugtrack_url": null,
"license": "",
"summary": "Python Selenium IDE runner",
"version": "1.0.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "668578ffd97a24a10ad404ed65ba4887dd297d20ac128d568da9a3830d72dd9f",
"md5": "432bd5ba8f7b8d36b2d31f60cf16cd28",
"sha256": "3f2cf986a62d4ec764525135875385e36abf7f843d8a380349e645e283fec152"
},
"downloads": -1,
"filename": "sel_ide_runner-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "432bd5ba8f7b8d36b2d31f60cf16cd28",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 18772,
"upload_time": "2023-01-29T16:25:53",
"upload_time_iso_8601": "2023-01-29T16:25:53.338922Z",
"url": "https://files.pythonhosted.org/packages/66/85/78ffd97a24a10ad404ed65ba4887dd297d20ac128d568da9a3830d72dd9f/sel_ide_runner-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-29 16:25:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "pe2mbs",
"github_project": "pykeystore",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "sel-ide-runner"
}