You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API is based on puppeteer-sharp, so you achieve many of the things in the same way. You can type into a inputbox to simulate user input.
//Type text in an input fieldawaitelement.TypeAsync("Welcome to my Website!");//Scroll Element into View (if needed)//Can optional specify a Rect to be scrolled into view, relative to the node's border box,//in CSS pixels. When omitted, center of the node will be usedawaitelement.ScrollIntoViewIfNeededAsync();//Click The elementawaitelement.ClickAsync();
Also, this is very flaky. I get an excepton in Microsoft.Web.WebView2.Core.CoreWebView2
Make sure you have only a single contract at a time. See #11 (comment)
Hi,
I change the input text programmatically like
But unfortunately this does not trigger a change event
The text was updated successfully, but these errors were encountered: