Welcome Guest Search | Active Topics | Sign In | Register

SendKeys.Send("A"); not Working properly Options
mahesh
Posted: Monday, February 8, 2016 6:45:58 AM
Rank: Newbie
Groups: Member

Joined: 2/8/2016
Posts: 1
I have integrated EO.WebBrowser.dll (15.4.1.0)

i wrote below piece of code on button click
Code: C#
SendKeys.Send("A");


the browser textbox not filled properly like output is:
AA / AAAAAA / AAAAA / A

is there any other solution to achieve the same
eo_support
Posted: Monday, February 8, 2016 10:57:41 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

You will not be able to do this. If you want to fill the form fields, you use JavaScript code and WebView.EvalScript.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.