|
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 tagsHi,
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. |
|
|
|
|
|
Re: click on image at specific place... or is there any way that i can make use of selenium tags inside the jiffie session tagsHi 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
|
| Free embeddable forum powered by Nabble | Forum Help |