|
Rank: Newbie Groups: Member
Joined: 11/6/2016 Posts: 2
|
help Press the button The website needs login
I am sorry for my english
My troubles
1- Printing on site with text box in the program
2- Clicking the Web Site Button login
The identity of all : class
html codes
---Website Textbox---
<input type="text" id="Username" name="webrtc_form[phone]" class="User1" placeholder="12312" value="8987987">
---Website Button---
<button class="btn js-start_on" type="submit" onclick="ga('send', 'event' 'click'); yaCounter6272194.reachGoal(');return true;" style="opacity: 1; display: inline-block;"> <span class="btn-text"><i class="LoginWeb"><img src="/bundles/img-white.png"></i><font><font> Create</font></font></span> </button>
-----------------
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You will do it with JavaScript code through WebView.EvalScript.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 11/6/2016 Posts: 2
|
Give me your codes, my friend
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, You can find how to run JavaScript code through the WebView here: https://www.essentialobjects.com/doc/webbrowser/advanced/js.aspxWe won't write the actual JavaScript code for you though.You need to work out that part yourself. Thanks!
|
|