Rank: Newbie Groups: Member
Joined: 3/18/2016 Posts: 2
|
Code: C#
webBrowser1.select();
SendKeys.Send("{TAB}");
SendKeys.Send("{ENTER}");
how to send key on webView1 EO.WebBrowser ? anyone ?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,203
|
Hi,
You can not do that. You can use EvalScript to focus an element if you wish to do that.
Thanks!
|