Riferimento API Python axe-devtools-selenium

This page is not available in the language you requested. You have been redirected to the English version of the page.
Link to this page copied to clipboard
Not for use with personal data

Interfaccia per consentire l'uso dei webdriver Selenium con il axe-devtools-api pacchetto.

Fornisce la AxeDriver classe wrapper per migliorare un webdriver Selenium.

Prerequisiti

È necessario che sia installato un binding Selenium webdriver (ad esempio chromedriver o geckodriver).

Uso

Basta inizializzare AxeDriver con un Selenium webdriver

driver = webdriver.Chrome()
driver.get("https://dequeuniversity.com/demo/mars/")
axe_driver = AxeDriver(driver)