File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
src/test/java/com/baeldung/selenium/draganddrop Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 7
7
- [ Retrieve the Value of an HTML Input in Selenium WebDriver] ( https://www.baeldung.com/java-selenium-html-input-value )
8
8
- [ Clicking Elements in Selenium using JavaScript] ( https://www.baeldung.com/java-selenium-javascript )
9
9
- [ 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 )
12
10
- [ How to Handle Alerts and Popups in Selenium] ( https://www.baeldung.com/java-selenium-handle-alerts-popups )
13
11
- [ Automated Accessibility Testing With Selenium] ( https://www.baeldung.com/java-selenium-accessibility-testing )
14
-
12
+ - More articles [[ <-- prev ]] ( ../selenium ) [[ next --> ]] ( ../selenium-3 )
15
13
16
14
#### Notes:
17
15
- to run the live tests for the article * Fixing Selenium WebDriver Executable Path Error* , follow the manual setup described
Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change 1
- package com .baeldung .selenium .drag_and_drop ;
1
+ package com .baeldung .selenium .draganddrop ;
2
2
3
3
import org .junit .jupiter .api .AfterEach ;
4
4
import org .junit .jupiter .api .BeforeEach ;
Original file line number Diff line number Diff line change 7
7
- [ Implicit Wait vs Explicit Wait in Selenium Webdriver] ( https://www.baeldung.com/selenium-implicit-explicit-wait )
8
8
- [ Automated Visual Regression Testing Over Scalable Cloud Grid] ( https://www.baeldung.com/automated-visual-regression-testing )
9
9
- [ Finding Element by Attribute in Selenium] ( https://www.baeldung.com/selenium-find-element-by-attribute )
10
+ - More articles [[ next -->]] ( ../selenium-2 )
10
11
11
12
12
13
#### Notes:
You can’t perform that action at this time.
0 commit comments