Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created January 14, 2017 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelovstanton/70895fe3b5bd75a69108b477b87abdac to your computer and use it in GitHub Desktop.
Save angelovstanton/70895fe3b5bd75a69108b477b87abdac to your computer and use it in GitHub Desktop.
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Item">
<TemplateData>
<DefaultName>WebDriverPageObjectItemTemplate.cs</DefaultName>
<Name>WebDriverPageObjecttemTemplate</Name>
<Description>Creates a WebDriver Page Object</Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>10</SortOrder>
<Icon>__TemplateIcon.png</Icon>
<PreviewImage>__PreviewImage.png</PreviewImage>
</TemplateData>
<TemplateContent>
<References />
<ProjectItem SubType="" TargetFileName="$fileinputname$.cs" ReplaceParameters="true">PageTemplate.cs</ProjectItem>
</TemplateContent>
</VSTemplate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment