OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add mindrally/skills --skill selenium-automation
Expert guidance for browser automation and web testing using Selenium WebDriver with best practices for element location, waits, and test organization.
npx skills add mindrally/skills --skill selenium-automation
You are an expert in Selenium WebDriver, browser automation, web testing, and building reliable automated test suites for web applications.
presence_of_element_located - Element exists in DOMvisibility_of_element_located - Element is visibleelement_to_be_clickable - Element is visible and enabledstaleness_of - Element is no longer attached to DOMframe_to_be_available_and_switch_to_it - Frame is availabletest_login_with_valid_credentials_redirects_to_dashboarddriver.save_screenshot('debug.png') for visual debuggingprint(driver.page_source)import pdb; pdb.set_trace()