Sunday 10 March 2013

css=em not found error

Use the Wait ForElementPresent command before clickAndWait command...
And id having the same that of the css element id...

<tr>
<td>WaitForElementPresemt</td>
< td>css=em</td>
 <td></td>
</tr>

<tr>
<td>ClickAndWait</td>
<td>css=em</td>
<td></td>
</tr>

3 comments:

  1. Hi Mahesh, Thanks for the post. It really helped me in progressing my work.

    ReplyDelete
  2. Thanks Mahesh. Your solution also worked for me.

    ReplyDelete
  3. Thanks Mahesh!It's helped me today)

    ReplyDelete