I am getting a cannot focus element error when running my test in chrome and edge in FF it works fine. I have tried posted resolutions but to no avail. I am not sure wha
I Found very important code while reading "Action class" code.
"Action class" Works because of
actions.click()
?!?
.
Try Just putting
element.click()
before
element.sendKeys()
in your existing code.
click() method makes element focused!!~~ THX for every senior