-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi,
Thanks for this amazing work.
I want to know how to update page.Document when a form is submitted?
((HtmlInputElement)page.Document.GetElementsByName("email").First()).Value = configuration.GetSection("username").Value; ((HtmlInputElement)page.Document.GetElementsByName("pass").First()).Value = configuration.GetSection("password").Value; ((HtmlFormElement)page.Document.GetElementById("login_form")).Submit();
I was expecting after few seconds page.Document would have new content but that's not the case. Can you please advice
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels