Mechanize.NET icon indicating copy to clipboard operation
Mechanize.NET copied to clipboard

Stateful programmatic web browsing, based on Python-Mechanize, which is based on Andy Lester’s Perl module WWW::Mechanize.

Results 2 Mechanize.NET issues
Sort by recently updated
recently updated
newest added

I used this little piece of code to get access to an TextInputControl on a form. ``` using (var browser = new MechanizeBrowser()) { var page = await browser.NavigateAsync("https://"); if...

When the html control is the HtmlFormControl.GetControlType method should return FormControlType.Submit