From 9d6200e9be2fcda963eab49083aa88adfdcb3a46 Mon Sep 17 00:00:00 2001 From: DudaGod Date: Thu, 23 May 2024 15:53:46 +0300 Subject: [PATCH] chore: add info about safari16 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87c760e..ce67248 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![NPM version](https://img.shields.io/npm/v/@testplane/safari-commands.svg?style=flat)](https://www.npmjs.org/package/@testplane/safari-commands) [![Build Status](https://travis-ci.org/gemini-testing/testplane-safari-commands.svg?branch=master)](https://travis-ci.org/gemini-testing/testplane-safari-commands) -Plugin for [Testplane](https://github.com/gemini-testing/testplane) which is intended to add/wrap browser commands in order to work properly with the iOS safari browser. +Plugin for [Testplane](https://github.com/gemini-testing/testplane) which is intended to add/wrap browser commands in order to work properly with the iOS safari browser. Currently, versions 13 to 16 are supported. You can read more about Testplane plugins [here](https://github.com/gemini-testing/testplane#plugins). @@ -90,6 +90,8 @@ Wrappers over existing commands: * **touch** - replaces wdio "touch" in order to perform touch click by coordinates in native context; * **dragAndDrop** - replaces wdio "dragAndDrop" in order to perform drag and drop elements by coordinates in native context. +> ⚠️ For safari16 you need to use only `screenshot` wrapper. + Commands to work with native elements: * **deviceClickBack** - command to click back button on device, which closes the current tab and returns to the previous one.