| | Script » | 1 | waitForLoad(1);  | | | 2 |   | | | 3 | // i-button,BUTTON  | | | 4 | click('0,PID_Screate',undefined, 'left');  | | | 5 | waitForLoad(3);  | | | 6 | waitForLoad(4);  | | | 7 | waitForLoad(5);  | | | 8 | waitForLoad(6);  | | | 9 | waitForLoad(7);  | | | 10 |   | | | 11 | // i-table,DIV  | | | 12 | assert('0,PID7',[1,0,1,0,0,1,0], 'equals', 'DIV( c:i-table-cell-content){Julian}');  | Equals assert OK! | | 13 |   | | | 14 | // i-table,DIV  | | | 15 |   | | | 16 | // i-table,DIV  | | | 17 | assert('0,PID336',[1,0,1,0,0,1,0], 'equals', 'DIV( c:i-table-cell-content){Penguin}');  | Equals assert OK! | | 18 |   | | | 19 | // i-table,DIV  | | | 20 | click('0,PID336',[1,0,1,0,0,3,0], 'left');  | | | 21 |   | | | 22 | // i-button i-button-link,BUTTON  | | | 23 | click('0,PID338',undefined, 'left');  | | | 24 |   | | | 25 | // i-button i-button-link,BUTTON  | | | 26 | click('0,PID340',undefined, 'left');  | | | 27 |   | | | 28 | // i-checkbox,SPAN  | | | 29 | click('0,check4',undefined, 'left');  | | | 30 | // i-checkbox,SPAN  | | | 31 | change('0,check4',undefined,'on');  | | | 32 |   | | | 33 | // i-textfield i-textfield-focus,INPUT  | | | 34 | click('0,PID375',undefined, 'left');  | | | 35 | // i-textfield,INPUT  | | | 36 | change('0,PID375',undefined,'Catti');  | | | 37 |   | | | 38 | // i-checkbox,SPAN  | | | 39 | click('0,check12',undefined, 'left');  | | | 40 | // i-checkbox,SPAN  | | | 41 | change('0,check12',undefined,'on');  | | | 42 |   | | | 43 | // i-checkbox,SPAN  | | | 44 | click('0,check4',undefined, 'left');  | | | 45 | // i-checkbox,SPAN  | | | 46 | change('0,check4',undefined,'on');  | | | 47 |   | | | 48 | // i-table,DIV  | | | 49 | click('0,PID336',[1,0,1,0,0,0,0], 'left');  | | | 50 |   | | | 51 | // i-button i-button-link,BUTTON  | | | 52 | click('0,PID339',undefined, 'left');  | | | 53 |   | | | 54 | // i-table,DIV  | | | 55 | assert('0,PID336',[1,0,1,0,0,1,0], 'equals', 'DIV( c:i-table-cell-content){Catti}');  | Equals assert OK! | |