Need send TAB+A to the site

As I understood, Send Keys with ValueType “Keys” with command Key.chord(Keys.Tab,“a”) send Tab and then “A”, somebody knows how to fix it?

Or maybe object for sending is not right? I need send keys simply to all page.

Try…

Keys.TAB

Russ Thomas said:

Try…

Keys.TAB

Thanks! But in my case don’t work this function with “Tab”. Maybe you know, how write java function with sending “Tab+M” to all page?