Jump to content
for16

[VB.net] Click automat

Recommended Posts

Posted (edited)

vreau sa apas un buton in webbrowserul din vb.net automat insa acest buton nu are nici id, nici nume (nu pot folosi "browser.Document.GetElementById")

aici este codul html al butonului: http://i.imgur.com/uVZou.png

cum pot face acest lucru?

vreau sa fie in genul:

browser.Document.GetElementById("email").SetAttribute("value", "email@yopmail.com")
browser.Document.GetElementById("pass").SetAttribute("value", "123456")
browser.Document.GetElementById("signInS").InvokeMember("click")

Edited by for16
Posted (edited)

Deci vrei sa te loghezi pe siteul ala, dar nu poti sa dai "InvokeMember("click")" ?

Esti sigur ca butonul nu este flash ?

Si din cate vad butonul e o imagine .

Edited by sandabot
Posted
Deci vrei sa te loghezi pe siteul ala, dar nu poti sa dai "InvokeMember("click")" ?

cam asa ceva, acel cod a fost doar un exemplu

Esti sigur ca butonul nu este flash ?

nu stiu si din pacate nu va pot da link

da, este o imagine

Posted

Daca imi aduc aminte eu bine, in vb poti scrie in buffer la browser dupa ce s-a incarcat pagina... sau poti pune ce anume sa apara in buffer, de unde poti sa ii injectezi un script js.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...