You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This repo uses `Maven` as build tool and `TestNG` testing framework to run the tests.
12
17
13
18
## Talking more about the Scenarios Covered in this project:
@@ -27,8 +32,9 @@ I have tried to answer the below questions by providing working code example in
27
32
1. How to set different window sizes?
28
33
1. How to double on a button?
29
34
1. How to use Page Object Model using Playwright Java?
30
-
1. How to perform browser navigation?
31
-
1. How to perform Mouse hover?
35
+
1. How to handle single and multi-select dropdown fields?
36
+
2. How to perform different mouse click actions?
37
+
3. How to verify if an element is displayed, enabled, or selected?
32
38
33
39
## How to run the Tests?
34
40
@@ -41,12 +47,17 @@ I have tried to answer the below questions by providing working code example in
41
47
### 2. Maven:
42
48
`mvn clean install -Dsuite-xml=testng.xml `
43
49
44
-
## :writing_hand:Blog Links
50
+
## :writing_hand:Tutorial Links
45
51
46
-
-[Playwright Java Tutorial: Web Automation Testing | Installation and Setup](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-installation-and-setup-545c9c7661c8)
47
-
-[Playwright Java Tutorial: Web Automation Testing | Writing and running tests on Chrome, Firefox and Edge browsers](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-writing-and-running-tests-on-chrome-firefox-and-d2446b9a69ce)
48
-
-[Playwright Java Tutorial: Web Automation Testing | How to perform browser navigation?](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-perform-browser-navigation-043f14af5c97)
49
-
-[Playwright Java Tutorial: Web Automation Testing | How to work with text fields?](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-work-with-text-fields-6cc9982ed7b2)
52
+
-[Web Automation Testing with Playwright Java: Installation and Set Up](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-installation-and-setup-545c9c7661c8)
53
+
-[Writing and running tests on Chrome, Firefox, and Edge browsers with Playwright Java](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-writing-and-running-tests-on-chrome-firefox-and-d2446b9a69ce)
54
+
-[How to perform browser navigations with Playwright Java](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-perform-browser-navigation-043f14af5c97)
55
+
-[How to Work with Text Box in Playwright Java for Web Automation Testing](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-work-with-text-fields-6cc9982ed7b2)
56
+
-[How to Handle Single and Multi-Select Dropdown Fields with Playwright Java] (https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-handle-single-and-multi-select-dropdowns-426b65614e28)
57
+
-[How to perform the Mouse Hover actions with Playwright Java for Web Automation Testing](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-perform-mouse-hover-action-08905e7996f7)
58
+
-[How to verify if an element is displayed, enabled, or selected, in Playwright Java](https://medium.com/@iamfaisalkhatri/playwright-java-tutorial-web-automation-testing-how-to-check-if-element-is-displayed-enabled-7b11c184e2df)
59
+
-[Working with Data Tables with Playwright Java](https://medium.com/@iamfaisalkhatri/working-with-data-tables-with-playwright-java-e0fed9d9e61a)
60
+
-[How to perform Mouse Click Actions using Playwright Java](https://medium.com/gitconnected/how-to-perform-different-mouse-click-actions-using-playwright-java-19ccacbec262)
50
61
51
62
## :question: Need Assistance?
52
63
@@ -61,8 +72,7 @@ I have tried to answer the below questions by providing working code example in
61
72
62
73
## :thought_balloon: Checkout the blogs related to Testing written by me on the following links:
### :bookmark: Checkout tutorial videos related to Software Testing and Test automation tools on [Testing Talks with Faisal Khatri](https://www.youtube.com/@faisalkhatriqa)
0 commit comments