Skip to content

Commit 6f7615a

Browse files
Merge pull request #267 from TikhomirovSergey/#228-fix
#228 fix: The extension of the Page Object design pattern
2 parents a0c0527 + 5c9c438 commit 6f7615a

File tree

108 files changed

+10096
-1303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+10096
-1303
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ More can be found in the docs, but here's a quick list of features which this pr
8787
- lockScreen()
8888
- isLocked()
8989
- shake()
90-
- complexFind()
9190
- scrollTo()
9291
- scrollToExact()
9392
- openNotifications()
@@ -109,6 +108,16 @@ If you are working on this project and use Intellij Idea, you need to change the
109108
If you are using the Eclipse IDE, make sure you are using verison Luna or later.
110109

111110
##Changelog##
111+
*3.3.0 (still not released)*
112+
- updated the dependency on Selenium to version 2.48.2
113+
- bug fix and enhancements of io.appium.java_client.service.local.AppiumDriverLocalService
114+
- FIXED bug which was found and reproduced with Eclipse for Mac OS X. Please read about details here: [#252](https://github.com/appium/java-client/issues/252)
115+
Thanks to [saikrishna321](https://github.com/saikrishna321) for the bug report
116+
- The ability to set additional output streams was provided
117+
- The additional __startActivity()__ method was added to AndroidDriver. It allows to start activities without the stopping of a target app
118+
Thanks to [deadmoto](https://github.com/deadmoto) for the contribution
119+
- The additional extension of the Page Object design pattern was designed. Please read about details here: [#267](https://github.com/appium/java-client/pull/267)
120+
112121
*3.2.0*
113122
- updated the dependency on Selenium to version 2.47.1
114123
- the new dependency on commons-validator v1.4.1

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.seleniumhq.selenium</groupId>
3333
<artifactId>selenium-java</artifactId>
34-
<version>2.47.1</version>
34+
<version>2.48.2</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>junit</groupId>

0 commit comments

Comments
 (0)