BrowserService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods and properties for automating browser.
public ref class BrowserService abstract : IDisposable
public abstract class BrowserService : IDisposable
type BrowserService = class
interface IDisposable
Public MustInherit Class BrowserService
Implements IDisposable
- Inheritance
-
BrowserService
- Implements
Constructors
BrowserService() |
Properties
DocumentWindow | |
TopLevelWindow | |
Uri | |
Version |
Methods
Back() | |
Close() | |
Dispose() | |
ExecuteScript(String, Object[]) | |
Forward() | |
NavigateToHomepage() | |
NavigateToUrl(Uri) | |
PerformDialogAction(BrowserDialogAction, Object) | |
Refresh() | |
StopPageLoad() |