Skip to content

Instantly share code, notes, and snippets.

@testautomationtribe
Last active August 6, 2016 12:48
Show Gist options
  • Save testautomationtribe/370b1142f6b89d86ef704a4e10443feb to your computer and use it in GitHub Desktop.
Save testautomationtribe/370b1142f6b89d86ef704a4e10443feb to your computer and use it in GitHub Desktop.
using TatAutomationFramework.Web.Pages;
namespace TatAutomationFramework.Web
{
public class TatWeb
{
/// <summary>
/// Hiding the creation of our page object
/// We will deal with Abstract classes in later posts
/// </summary>
public static HeaderPObject HeaderPage
{
get
{
return new HeaderPObject();
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment