C# Class SePSXUnitTests.FakeTimeouts

Description of FakeTimeouts.
Inheritance: ITimeouts
Datei anzeigen Open project: apetrovskiy/STUPS

Public Methods

Method Description
FakeTimeouts ( ) : System
ImplicitlyWait ( System.TimeSpan timeToWait ) : ITimeouts
SetPageLoadTimeout ( System.TimeSpan timeToWait ) : ITimeouts
SetScriptTimeout ( System.TimeSpan timeToWait ) : ITimeouts

Method Details

FakeTimeouts() public method

public FakeTimeouts ( ) : System
return System

ImplicitlyWait() public method

public ImplicitlyWait ( System.TimeSpan timeToWait ) : ITimeouts
timeToWait System.TimeSpan
return ITimeouts

SetPageLoadTimeout() public method

public SetPageLoadTimeout ( System.TimeSpan timeToWait ) : ITimeouts
timeToWait System.TimeSpan
return ITimeouts

SetScriptTimeout() public method

public SetScriptTimeout ( System.TimeSpan timeToWait ) : ITimeouts
timeToWait System.TimeSpan
return ITimeouts