From ba6d2d2babf81233ed37e23c9d0cd95b410a7746 Mon Sep 17 00:00:00 2001 From: akleshpadhy <111754706+akleshpadhy@users.noreply.github.com> Date: Thu, 29 Jun 2023 16:06:28 +0530 Subject: [PATCH] Update README.md Added bindings upgradation steps. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4e066da..8fdc39d 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,14 @@ bsLocalArgs.put("v", "true"); bsLocalArgs.put("logFile", "/browserstack/logs.txt"); ``` +## Steps to upgrade to latest bindings +- Please ensure you are using JDK 7 or above before upgrading to the latest bindings version. +- Update the bindings version in your code to 1.0.9. +- Deploy and test your scripts to ensure compatibility and functionality. +- In case you face any issues or have questions during the upgrade process or while running your tests, please reach out to us at [support@browserstack.com](mailto:support@browserstack.com). Our dedicated support team is available to provide you with the necessary assistance. + + + ## Contribute ### Compile Instructions