Skip to content

Commit 2f962dc

Browse files
authored
[JAVA-41594] Removed wrong article links from selenium-2 module (#18229)
1 parent 296d40b commit 2f962dc

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

testing-modules/selenium-2/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
- [Retrieve the Value of an HTML Input in Selenium WebDriver](https://www.baeldung.com/java-selenium-html-input-value)
88
- [Clicking Elements in Selenium using JavaScript](https://www.baeldung.com/java-selenium-javascript)
99
- [Guide to Selenium with JUnit / TestNG](http://www.baeldung.com/java-selenium-with-junit-and-testng)
10-
- [Finding Element by Attribute in Selenium](https://www.baeldung.com/selenium-find-element-by-attribute)
11-
- [Automated Visual Regression Testing Over Scalable Cloud Grid](https://www.baeldung.com/automated-visual-regression-testing)
1210
- [How to Handle Alerts and Popups in Selenium](https://www.baeldung.com/java-selenium-handle-alerts-popups)
1311
- [Automated Accessibility Testing With Selenium](https://www.baeldung.com/java-selenium-accessibility-testing)
14-
12+
- More articles [[<-- prev]](../selenium) [[next -->]](../selenium-3)
1513

1614
#### Notes:
1715
- to run the live tests for the article *Fixing Selenium WebDriver Executable Path Error*, follow the manual setup described

testing-modules/selenium-3/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
### Relevant Articles:
3+
4+
- [How to Drag and Drop in Selenium](https://www.baeldung.com/selenium-drag-and-drop)
5+
- [Automated Browser Testing With Selenium](https://www.baeldung.com/selenium-automated-browser-testing)
6+
- More articles: [[<-- prev]](../selenium-2)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.baeldung.selenium.drag_and_drop;
1+
package com.baeldung.selenium.draganddrop;
22

33
import org.junit.jupiter.api.AfterEach;
44
import org.junit.jupiter.api.BeforeEach;

testing-modules/selenium/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [Implicit Wait vs Explicit Wait in Selenium Webdriver](https://www.baeldung.com/selenium-implicit-explicit-wait)
88
- [Automated Visual Regression Testing Over Scalable Cloud Grid](https://www.baeldung.com/automated-visual-regression-testing)
99
- [Finding Element by Attribute in Selenium](https://www.baeldung.com/selenium-find-element-by-attribute)
10+
- More articles [[next -->]](../selenium-2)
1011

1112

1213
#### Notes:

0 commit comments

Comments
 (0)