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
[BUG FIX][BREAKING CHANGE] The issue of compliance with Selenium grid 3.x was fixed. This change is breaking because now java_client is compatible with appiun server v>=1.6.5. Issue report #655. FIX #682
[BUG FIX] issues related to latest Selenium changes were fixed. Issue report #696. Fix: #699.
[UPDATE] Dependency update
selenium-java was updated to 3.5.x
org.apache.commons-lang3 was updated to 3.6
org.springframework.spring-context was updated to 4.3.10.RELEASE
[ENHANCEMENT] Update of the touch ID enroll method. The older PerformsTouchID#toggleTouchIDEnrollment was marked Deprecated.
It is recoomended to use PerformsTouchID#toggleTouchIDEnrollment(boolean) instead. #695