My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<#@ template language="C#" debug="true" hostSpecific="true" #>
<#@ include file="PageObjectGeneratorByXPath.ttinclude" #>
<#@ output extension=".generated.cs" #>
<#
string url = "Login.aspx";

var mainClass = new ClassInfo {
ClassName = "Login",
Elements =
@"/html/body/form[@id='form1']/div[3]/table/tbody/tr[1]/td/span[@id='lblMessage']
/html/body/form[@id='form1']/div[3]/table/tbody/tr[2]/td[2]/input[@id='txtUser']
/html/body/form[@id='form1']/div[3]/table/tbody/tr[3]/td[2]/input[@id='txtPassword']
/html/body/form[@id='form1']/div[3]/table/tbody/tr[4]/td/input[@id='btnLogin']"};
var rowClasses = new List<ClassRowInfo>();
#>

<#
RenderClasses( mainClass, rowClasses, url);
#>

Change log

r45 by slmoloch on Apr 13, 2011   Diff
- Solution was migrated to vs 2010
Go to: 
Project members, sign in to write a code review

Older revisions

r2 by slmoloch on Dec 8, 2009   Diff
- Initial version was uploaded.
All revisions of this file

File info

Size: 717 bytes, 19 lines
Powered by Google Project Hosting