Wednesday, November 19, 2014

On 1:02 AM by Unknown   No comments
Answer 41You would need to use clickAt command to achieve. ClickAt command accepts element locator and x, y coordinates as arguments

ClickAt (locator, (coordStrings like...) “X, Y”)

Ex: clickAt (Command)    css=#gb_2 > span.gbts(Target)           10,10 (Value) -----  IDE

ClickAt ("//li[@id='tab-panel-id__second-tab-id']/a[2]/em/span/span","0,0") ---- Java code

Answer 42Use assertSelectOptions as following to check options in a drop down list – assertSelectOptions

Answer 43Use storeTable command to get data from a specific cell in an html table.

Following example store text from cell 0,4 from an html table –

storeTable (Command)             css=#tableId.0.4(Target)            textFromCell(Value)

0 comments:

Post a Comment