Android sendkeys strategy

Is there any workaround to make android set value of a text field instead of typing it char by char. (I have to set the value of a text field with more than 3000 characters)

Try this :
capabilities.setCapability(“sendKeyStrategy”, “setValue”);

But generally it’s set like this by default for android… Anyways try …

I’ve already tried it, by it’s not working :slight_smile: