Skip to content

Commit 4c8f11e

Browse files
authored
Update README.md
Add Licensing information
1 parent 7847a01 commit 4c8f11e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If the parameter `isRemote` in your settings.json is set to `false`, this means
3636
If you don't start an Application directly, it would be started with the first call of any Aquality service or class requiring interacting with the Application.
3737

3838
5. That's it! Now you are able work with Application via AqualityServices or via element services.
39-
Please take a look at our example tests [here](./src/test/java/samples/android/AndroidBasicInteractionsTest.java)
39+
Please take a look at our example tests [here](./src/test/java/samples/)
4040

4141
6. To interact with Application's forms and elements, we recommend following the Page/Screen Objects pattern. This approach is fully integrated into our package.
4242
To start with that, you will need to create a separate class for each window/form of your application, and inherit this class from the [AndroidScreen](./src/main/java/aquality/appium/mobile/screens/AndroidScreen.java) or [IOSScreen](./src/main/java/aquality/appium/mobile/screens/IOSScreen.java) respectively.
@@ -80,3 +80,6 @@ public class InvokeSearchScreen extends AndroidScreen {
8080

8181
8. We use DI Guice to inject dependencies, so you can simply implement your MobileModule extended from [MobileModule](./src/main/java/aquality/appium/mobile/application/MobileModule.java) and inject it to `AqualityServices.initInjector(yourModule)`.
8282

83+
84+
### License
85+
Library's source code is made available under the [Apache 2.0 license](https://github.com/aquality-automation/aquality-winappdriver-dotnet/blob/master/LICENSE).

0 commit comments

Comments
 (0)