Well, seem you include some attributes that you shouldn't, for example, onkeydown and onfocus, which are really only for Javascript events. As I said in the previous post, try to use as few attributes as possible to locate UI elements.
Thanks, Jian On Tue, Sep 1, 2009 at 4:06 AM, prasanna bhat <[email protected]>wrote: > Hi Jian, > > I'm getting this exception from selenium server, can u please help me > understand this. > > com.thoughtworks.selenium.SeleniumException: ERROR: Element > //descendant-or-self::tab...@class="top-bar-force"]/descendant-or-self::inp...@type="text" > and @onfocus="onFocusQuickSearchBox()" and > @onkeydown="onKeyDownQuickSearch(event)" and @value="QA#, smart tag or DQL" > and @name="quickSearchBox" and @id="quickSearchBox" and @class="sx cgy cbk"] > not found > > does this have anythin to do with my selenium server or it's actually a > problem with my code itself. > Because there is absolutely no problem in TrUMP recording. > I didn not find any "X" tag during recording. > > Please reply asap. > thanks, > Prasanna > > > > On Sat, Aug 29, 2009 at 12:52 AM, Jian Fang <[email protected]>wrote: > >> Thanks to Vivek for the quick fix. Please download the latest snapshot >> from >> >> >> http://kungfuters.org/nexus/content/repositories/snapshots/tellurium/TrUMP/0.2.0-SNAPSHOT/TrUMP-0.2.0-20090828.142733-7.xpi >> >> and install it. You should be able to record now. >> >> The frame/iframe support still needs more work. >> >> Thanks, >> >> Jian >> >> >> On Fri, Aug 28, 2009 at 9:24 AM, Mahendra Kariya < >> [email protected]> wrote: >> >>> Which version of Firefox are you using? There are a few problems with the >>> latest version and we are working on it. >>> >>> Regards, >>> Mahendra Kariya >>> http://www.mahendrakariya.blogspot.com >>> >>> >>> >>> On Fri, Aug 28, 2009 at 12:52 PM, prasanna bhat < >>> [email protected]> wrote: >>> >>>> >>>> Hi, >>>> >>>> I'm a novice tester. I have started using tellurium testing >>>> framework recently and i would like to thank all of you who are >>>> involved in this project for providing such vast amount of resources >>>> and information at projects website. >>>> I'm able to execute sample examples (using Eclipse and Junit) which >>>> were posted in the tellurium home page and also i tried few examples >>>> on my own. >>>> >>>> The problem i'm facing is this: >>>> I'm able to record UI on few web pages, but i'm not able to record >>>> Google home Page (http://www.google.co.in) and also i need to test my >>>> web application, whose UI is also not getting recorded with TrUMP. >>>> >>>> the log generated by TrUMP looks like this >>>> >>>> * [error] uiModelArray is not defined, cannot generate source! >>>> * [warn] The root node in the Tree is null >>>> >>>> please help me with this. >>>> >>>> >>>> >>>> >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
