Automating the Clipboard on iOS and Android

     Now Appium has the built-in support for automating clipboard with support of following methods. Those will methods will work on iOS simulator or an Android device: setClipboardText("value") getClipboardText()    To automate this scenario you have to use the latest Appium(>5.0.4) and Selenium(>3.9.1) versions. Following is the sample code: public class ClipboardTest {    ... Continue Reading →

Create a website or blog at WordPress.com

Up ↑