README.md in testcentricity-2.3.14 vs README.md in testcentricity-2.3.16
- old
+ new
@@ -1,8 +1,8 @@
-# TestCentricity™
+# TestCentricity™ Web
-[![Gem Version](https://badge.fury.io/rb/testcentricity_web.svg)](https://badge.fury.io/rb/testcentricity_web) [![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause)
+[![Gem Version](https://badge.fury.io/rb/testcentricity.svg)](https://badge.fury.io/rb/testcentricity) [![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause)
The TestCentricity™ Web core generic framework for desktop and mobile web site testing implements a Page Object and Data Object Model DSL for
use with Cucumber, Capybara, and Selenium-Webdriver.
@@ -26,10 +26,18 @@
TestCentricity™ will be updated to support testing with Selenium-WebDriver version 3.x as soon as a stable version is available that **fully** supports locally
hosted instances of Chrome, Firefox, Safari, and IE web browsers.
## What's New
+###Version 2.3.16
+
+* Added `PageSection.double_click`, `PageObject.right_click`, and `PageObject.send_keys` methods.
+
+###Version 2.3.15
+
+* Added `PageObject.wait_until_exists` and `PageObject.wait_until_gone` methods.
+
###Version 2.3.14
* Updated device profiles for iPhone 7 (iOS 10) with MS Edge browser.
###Version 2.3.13
@@ -130,9 +138,15 @@
* Updated Google Pixel and Google Pixel XL profiles to Android 8
* Added device profiles for iPhone 7 (iOS 10) with Mobile Chrome browser and iPad (iOS 10) with Mobile Chrome browser
## What's Fixed
+
+###Version 2.3.15
+
+* Fixed bug in `UIElement.get_object_type` method that could result in a `NoMethodError obj not defined` error.
+* Fixed bug in `PageObject.verify_ui_states` and `PageSection.verify_ui_states` methods that failed to enqueue errors when UI elements could not be found.
+
###Version 2.3.8
* Fixed locator resolution for **Indexed PageSection Objects**.
###Version 2.3.6.1