🔗 Ресурсы и ссылки
⚡ Ключевые ссылки
Официальная документация Selenium 4
- Alerts — работа с всплывающими диалогами
- Windows and Tabs — управление вкладками
- Actions API — ActionChains (hover, drag&drop, click)
- Mouse actions — детальный API мыши
- Frames — работа с iframe
- Expected Conditions — все доступные EC
Python API Reference
Тестовые площадки
- huge_form.html — большая форма + Alert
- math.html — математическое выражение + Alert
- get_attribute.html — getAttribute + Alert
- redirect_accept.html — переключение вкладок
- hover-menu.html — hover-меню
- drag-and-drop.html — drag&drop
- file_input.html — загрузка файла
- jqueryui.com/droppable/ — drag&drop в iframe
- bonigarcia.dev — iframes (для ДЗ)
- globalsqa.com — drag&drop demo (для ДЗ)
Статьи и руководства
- Selenium with Python — полная документация на Python
- Handling JavaScript Alerts in Selenium
- How to Handle iFrames in Selenium
- Drag and Drop in Selenium