From af1a82c540c91954c364e358be7d09761eab59e2 Mon Sep 17 00:00:00 2001 From: Daren Turner Date: Tue, 5 Dec 2017 17:13:08 -0600 Subject: [PATCH] Update documentation support for CRM Version 9.0 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c033cb5f..18954950 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ Microsoft Visual Studio 2015, Microsoft Visual Studio 2017 ### CRM Versions Easy Repro supports below CRM Versions -- Microsoft Dynamics® CRM Online 2016 Update (8.1.1.1003) (DB 8.1.1.1003) -- Microsoft Dynamics 365 Version 1612 (8.2.1.185) (DB 8.2.1.185) online +- Microsoft Dynamics® CRM Online 2016 8.1 (8.1.1.x) (DB 8.1.1.x) +- Microsoft Dynamics 365 Online Version 8.2 (8.2.x) (DB 8.2.x) online +- Microsoft Dynamics 365 Online Version 9.0 (9.0.x) (DB 9.0.x) online #### Selenium Webdriver & Support Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the newer, more concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser.