[jiffie-developers] help to click on specific place of the image using jeffie
Status: Abandoned
Brought to you by:
joniles
|
From: kutty p. <kut...@gm...> - 2008-01-03 21:12:54
|
Hi,
I need to click on image at specific place (may be the center of the image
or may be intersection of certain row and column of image).
I have gone through the jameleon jiffie tag and i could not find a tag that
will do this. But i found a tag called selenium-click-at on selenium
plug-in. But i do not know how to call selenium tags inside/in between
jiffie session tags.
So, i tried something like this.........
<jm:testcase xmlns:jm="jelly:jameleon" xmlns:sel="jelly:jameleon"
trace="true">
<jm:ie-session baseUrl="${BaseURL}" beginSession="true">
...................
.................. jiffie tags goes here ........
then i called selenium tag (to test the jiffie and selenium integration
within jiffie session tag).
<sel:selenium-click functionId="Click on submit button"
precondition="from=0" locator="value=Submit" functionDelay="300"/>
</jm:ie-session>
But the problem is that when i try to call this selenium-click-at selenium
tag in-between the jiffie session tag, i am getting error ... something like
Run_jiffie_selenium.xml:11:64: <sel:selenium-click> Can only execute an
Selenium function tags under the Selenium session tag ( selenium-session )!
Please change the session tag surrounding function point
net.sf.jameleon.plugin.selenium.tags.SeleniumClickTag.
is there any way that i can make use of selenium tags inside the jiffie
session tags.
Thanks
Kutty Paiya.
|