cefsharp / Questions-and-Support

Use this repository to ask CefSharp specific questions
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

GetElementById #37

Closed Ligh-one closed 4 years ago

Ligh-one commented 4 years ago

I'm using winforms ( VB.NET )

i want to accomplish the same as the build-in browser, fill a form from a website with a value from my textbox, but i cant seem to get it to work or find an answer on internet

i've got it working with the build-in browser, with this code: WebBrowser1.Document.GetElementById("ctl00_ContentPlaceHolder1_txtUserName").SetAttribute("value", TextBox1.Text)

How do i make this work with CefSharp?

Greetings!

amaitland commented 4 years ago

Already asked at https://stackoverflow.com/questions/63782001/how-to-handle-getelementbyid

Please only ask in one place.