Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Added GetSessionURL
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegidish committed Feb 1, 2015
1 parent a591039 commit 35df943
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TestFairy/binding/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ interface TestFairy {
/// </summary>
[Static, Export("resume")]
void Resume();

/// <summary>
/// Returns the url of the current session while its being recorded.
/// Will return null if session hasn't started yet.
/// </summary>
/// <returns>The session URL.</returns>
[Static, Export("sessionUrl")]
string GetSessionUrl();
}
}

0 comments on commit 35df943

Please sign in to comment.