mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
15 lines
540 B
Plaintext
15 lines
540 B
Plaintext
config BR2_PACKAGE_PYTHON_SELENIUM
|
|
bool "python-selenium"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_PYTHON_CERTIFI # runtime
|
|
select BR2_PACKAGE_PYTHON_PYSOCKS # runtime
|
|
select BR2_PACKAGE_PYTHON_TRIO # runtime
|
|
select BR2_PACKAGE_PYTHON_TRIO_WEBSOCKET # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
|
select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
|
|
select BR2_PACKAGE_PYTHON_WEBSOCKET_CLIENT # runtime
|
|
help
|
|
Python language bindings for Selenium WebDriver.
|
|
|
|
https://www.selenium.dev
|