focus method
dynamic
focus()
Focus and Show the keyboard using JavaScript https://stackoverflow.com/a/6809236/10835183
Implementation
focus() {
javascriptExecutor.focus();
}
Focus and Show the keyboard using JavaScript https://stackoverflow.com/a/6809236/10835183
focus() {
javascriptExecutor.focus();
}