GET /api/v1/ports/py39-selenium/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py39-selenium",
"portdir": "python/py-selenium",
"version": "4.3.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.seleniumhq.org/",
"description": "Python language bindings for Selenium WebDriver",
"long_description": "The selenium package is used to automate web browser interaction from Python. Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer), as well as the Remote protocol.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "dstrubbe",
"github": "dstrubbe",
"ports_count": 34
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-urllib3"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-undetected-chromedriver"
]
}
]
}