Skip to content

Commit 2b125e9

Browse files
author
aquality-automation
authored
Add images to docs (#47)
* Removed redundant browser settings keys * Merge branch 'master' of https://github.com/aquality-automation/aquality-selenium-java into refactoring/redundant-browser-keys-removing # Conflicts: # src/main/resources/settings.json # src/test/resources/settings.json # src/test/resources/settings.local.json * Merge branch 'master' of https://github.com/aquality-automation/aquality-selenium-java into refactoring/redundant-browser-keys-removing # Conflicts: # src/main/resources/settings.json # src/test/resources/settings.json # src/test/resources/settings.local.json
1 parent 8f5a84d commit 2b125e9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Documentation.en.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Aquality Selenium
22

3-
Aquality Selenium is a wrapper over Selenium WebDriver tool that allows to automate work with web browsers. Selenium WebDriver requires some skill and experience. So, Aquality Selenium suggests simplified and most importantly safer and more stable way to work with Selenium WebDriver.
3+
Aquality Selenium is a library built over Selenium WebDriver tool that allows to automate work with web browsers. Selenium WebDriver requires some skill and experience. So, Aquality Selenium suggests simplified and most importantly safer and more stable way to work with Selenium WebDriver.
44

5+
The main benefits from using Aquality Selenium:
6+
7+
1. Simple configuration
8+
2. Parallel runs
9+
3. Flexible browser (web driver) construction
10+
4. Stable and predictable interactions with elements
11+
5. Smart conditional waits
12+
6. Pack of JavaScripts for advanced usage
13+
14+
**CONTENT**
515
- <a href="#1-platform-support">1. PLATFORM SUPPORT</a>
616
- <a href='#2-configurations'>2. CONFIGURATIONS</a>
717
- <a href='#21-settings'>2.1. SETTINGS</a>

Documentation.ru.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
Aquality Selenium является надстройкой над инструментом работы с браузером посредством Selenium WebDriver. Работа с Selenium WebDriver требует определенных навыков и опыта. Aquality Selenium предлагает упрощенный, а главное более безопасный и стабильный способ работы с Selenium WebDriver.
44

5+
Основные преимущества использования Aquality Selenium:
6+
7+
1. Простая конфигурация
8+
2. Поддержка запусков в параллели
9+
3. Гибкая настройка браузера
10+
4. Стабильная и предсказуемая работа с элементами
11+
5. Явные ожидания
12+
6. Набор скриптов JavaScripts для работы в исключительных ситуациях
13+
14+
**СОДЕРЖАНИЕ**
15+
516
- <a href="#1-platform-support">1. PLATFORM SUPPORT</a>
617
- <a href='#2-configurations'>2. CONFIGURATIONS</a>
718
- <a href='#21-settings'>2.1. SETTINGS</a>

0 commit comments

Comments
 (0)