WPF C# GetElementByTagName Set Value, Class Button Click &..

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

WPF C# GetElementByTagName Set Value, Class Button Click &..

Postby EgoistDeveloper » Sat Jan 21, 2017 5:52 pm

Hi everyone, I was using gecko but I have passed cefsharp because it is not wpf support and it looks pretty good. But I think the business logic is a bit different, I hope you help. I am using WPF and C #. NetFramework 4.5.2.

First of all, I have an entry panel and I have to log in.


<form action="giris_kontrol.php" method="post">
<div class="login_input">
<input name="name" value="Kullanıcı Adı" onfocus="if(this.value=='Kullanıcı Adı') { this.value=''; }" onblur="if(this.value=='') { this.value='Kullanıcı Adı' }">
<input type="password" name="pass" value="">
</div>
<div class="login_space"><input type="submit" value="Giriş" class="button_bu"></div>
</form>

TagNames: name, pass
Class: button_bu

And finally, how do I choose a combox like the one below?

<select name="game_id" id="game"><option value="0">Select Game</option><option value="12">Crysis 1</option><option value="25">Crysis 2</option>.....

Thanks.
EgoistDeveloper
Newbie
 
Posts: 1
Joined: Sat Jan 21, 2017 5:30 pm

Return to Support Forum

Who is online

Users browsing this forum: No registered users and 55 guests