Click or drag to resize

LoginOptions Class

This class contains options that are used to handle login pages.
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdfLoginOptions

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public class LoginOptions

The LoginOptions type exposes the following members.

Constructors
  NameDescription
Public methodLoginOptions
Top
Properties
  NameDescription
Public propertyDelayAfter
Delay in miliseconds, after submit button click, before main page loading.
Public propertyDelayBefore
Delay in miliseconds, before username, password setting and submit button click.
Public propertyLoginPage
Login page
Public propertyPassword
Password value
Public propertyPasswordFieldSelector
Password field CSS selector
Public propertySubmitButtonSelector
Submit button CSS selector
Public propertyUsername
Username value
Public propertyUsernameFieldSelector
Username field CSS selector
Top
See Also