I have requirement to verify the text box is focused and keyboard is displayed when click on comment button.
but i have disabled the keyboard by using below capabilities in suite level(permanently disabled keyboard for all scripts).
capabilities.setCapability("unicodeKeyboard", true);
capabilities.setCapability("resetKeyboard", true);
now I required for one test script to verify the keyboard.please help me on this.(is there any specific method to enable the keyboard at script level)