click on image at specific place... or is there any way that i can make use of selenium tags inside the jiffie session tags

View: New views
3 Messages — Rating Filter:   Alert me  

click on image at specific place... or is there any way that i can make use of selenium tags inside the jiffie session tags

by kuttypaiya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.




Parent Message unknown Re: click on image at specific place... or is there any way that i can make use of selenium tags inside the jiffie session tags

by Christian Hargraves-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There is no way intermix plug-in tags since each plug-in interacts with your application in a different way. You might be able to interchange the Jiffie plug-in and the Watij plug-in, but this hasn't even been attempted. Try posting to the Jiffie mailing list about clicking on a specific area in an image.

Regards,
Christian

----- Original Message ----
From: kuttypaiya <kutty_paiya@...>
To: jameleon-developers@...
Sent: Wednesday, January 2, 2008 10:13:27 AM
Subject: [Jameleon-developers] click on image at specific place... or is there any way that i can make use of selenium tags inside the jiffie session tags



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.




--
View this message in context:
 http://www.nabble.com/click-on-image-at-specific-place...-or-is-there-any-way-that-i-can-make-use-of-selenium-tags-inside-the-jiffie-session-tags-tp14582009p14582009.html
Sent from the jameleon-developers mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jameleon-developers mailing list
Jameleon-developers@...
https://lists.sourceforge.net/lists/listinfo/jameleon-developers





      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jameleon-developers mailing list
Jameleon-developers@...
https://lists.sourceforge.net/lists/listinfo/jameleon-developers

Re: click on image at specific place... or is there any way that i can make use of selenium tags inside the jiffie session tags

by Satish Ingle :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

I am using jamelon 3.3RC1 suite. To use selenium tags, I have copied
   1. all files in selenium-plugin/lib to the directory that contains all jar files
   2. set the plugins jameleon.conf setting to selenium-plugin

But when I execute jamelon.bat, it returns the following error
'local class incompatible'

I am using java 1.5
The error string is attached below.
>>>>>>>>>>>>>>
java.io.InvalidClassException: net.sf.jameleon.bean.FunctionalPoint; local class incompatible: stream classdesc serialVersionUID = 1, local class serialVersio
nUID = -1549974172335327691
        at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:546)
        at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1552)
        at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
        at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1699)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
        at net.sf.jameleon.util.InstanceSerializer.deserialize(InstanceSerializer.java:83)
        at net.sf.jameleon.ui.FunctionalPointTree.addFunctionalPointToTree(FunctionalPointTree.java:156)
        at net.sf.jameleon.ui.FunctionalPointTree.populateTree(FunctionalPointTree.java:124)
        at net.sf.jameleon.ui.FunctionalPointTree$1.run(FunctionalPointTree.java:74)
>>>>>>>>>>>>>>>
Kindly help me in this regard.

Thanks,

Satish Ingle


Christian Hargraves-3 wrote:
There is no way intermix plug-in tags since each plug-in interacts with your application in a different way. You might be able to interchange the Jiffie plug-in and the Watij plug-in, but this hasn't even been attempted. Try posting to the Jiffie mailing list about clicking on a specific area in an image.

Regards,
Christian

----- Original Message ----
From: kuttypaiya <kutty_paiya@yahoo.com>
To: jameleon-developers@lists.sourceforge.net
Sent: Wednesday, January 2, 2008 10:13:27 AM
Subject: [Jameleon-developers] click on image at specific place... or is there any way that i can make use of selenium tags inside the jiffie session tags



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.




--
View this message in context:
 http://www.nabble.com/click-on-image-at-specific-place...-or-is-there-any-way-that-i-can-make-use-of-selenium-tags-inside-the-jiffie-session-tags-tp14582009p14582009.html
Sent from the jameleon-developers mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jameleon-developers mailing list
Jameleon-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jameleon-developers





      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jameleon-developers mailing list
Jameleon-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jameleon-developers