Hi Team,
Am having challenges to Enter some text and clicking on either enter or search button.
To enter the value and clicking on enter button tried below but didn’t help us
Enter data with element.sendkeys(“71111”+"\n")
Also tried t click on android keyboard search button but didn’t help.
1.((AndroidDeviceActionShortcuts) this.driver).pressKeyCode(AndroidKeyCode.KEYCODE_SEARCH);
Can some one help me on this.

