[Selenium-devel] more characters for locators identifiers ?

2005-08-22 Thread Alexandre Garel
Hello, I use custom in my selenium tests. I was surprised that whereas it is permitted to use whatever (javascript permitted) character with whatever case in custom function names ([A-Z].+ in selenium-browserbot.js, line 376), selenium runner only permits you to use [a-z] low cases. I don't u

Re: [Selenium-devel] more characters for locators identifiers ?

2005-08-22 Thread Alexandre Garel
Excuse me for the last patch won't work for selenium wont recognize implicit locators anymore (which I don't use). It's better to limit character for locator type to [a-zA-Z_] so the new patch : Index: selenium-browserbot.js ===

Re: [Selenium-devel] XPath changes in 0.5 from 0.3?

2005-08-24 Thread Alexandre Garel
Perhaps your command is passing a leading space to findElement()? ie. this.page().findElement(" //a[text()='Locked Topic']") I can only suggest inserting some calls to LOG.info(), to investigate where it's going wrong. The log will appear under the AUT frame ... you'll have to scroll the p

Re: [Selenium-devel] javascript testing

2005-08-25 Thread Alexandre Garel
Vinay Srinivasaiah a écrit : I am in the process of creating one myself. My idea is more of a generic output from the recording tool, and write translators for selenium, httpunit (java based), simpletest (php based) webtesting. I will cleanup the code and send the prototype in a couple of day

Re: [Selenium-devel] Recorder

2005-08-26 Thread Alexandre Garel
Juan Maiz a écrit : Hi Tuan, Is Tuan the same as Juan (John) in your language? Wow, the firefox plugin is a good idea, but how to use it in IE? A fundamental thing in Selenium is the ability to do cross-browser testing. The recorder is to be use to build tests not to run them, I don't see

Re: [Selenium-devel] Re: test editor

2005-09-09 Thread Alexandre Garel
Just can say Woaow, I am really impressed. Just tried it a bit and I really think it's a tool that can makes selenium widely adopted. It's just what I would have Imagine and more The double right click for finding element location is really cool. More over on my app the guess are really good (th

Re: [Selenium-devel] RFC: new "technical-less" locators

2005-10-19 Thread Alexandre Garel
I really see selenium recorder/selenium test editor as a great tools as a non techee user could write his test based on a preview (static html) of the app. For what concerns your specific locators, I know that you can integrate them in selenium test editor quite easily (use the source), although I

Re: [Selenium-devel] global variables

2005-10-19 Thread Alexandre Garel
Guillaume Boudreau a écrit : Anyone ever tried to implement global variables in Selenium ? ie variables that would be available to all tests in a testsuite. It seems to me that a variable doesn't stay registered becaus selenium cleat the vars array when fetching next test.

Re: [Selenium-devel] global variables

2005-10-20 Thread Alexandre Garel
Guillaume Boudreau a écrit : Sure thing. Here: http://confluence.public.thoughtworks.org/display/SEL/global   - Guillaume Boudreau Merci ! Alex. ___ Selenium-devel mailing list Selenium-devel@lists.public.thoughtworks.org http:

Re: [Selenium-devel] User poll --> which Selenium test case syntax would you prefer?

2005-11-03 Thread Alexandre Garel
Jason R Huggins a écrit : I'd like to get opinions on preferred test syntax from Selenium users... (I'm cc'ing the dev list on this 'cause this it does have an effect on development, but let's keep the thread on the user's list for the time being.) Which syntax would you prefer as the sour

Re: [Selenium-devel] Re: [Selenium-users] User poll --> which Selenium test case syntax would you prefer?

2005-11-04 Thread Alexandre Garel
Luke Closs a écrit : If anyone is interested, I could forward it on to the list. Maybe it would be useful to bundle such helper scripts with selenium? Luke Why not put it on "contributed users extensions on selenium confluence".(http://confluence.public.thoughtworks.org/pages/viewpage.ac

Re: [Selenium-devel] Reg:How to access the "text" field in the app?? (updated query)

2006-03-22 Thread Alexandre Garel
Hari prasanna a écrit : Hi All, Please do ignore the prev mail, i have updated the structure of the page. I want to check the text (Test Task1) which will be visible in the app .I am using the Xpath _expression_ to get to the text in the app. Command Usage: verifyText    //[EMAIL PROTECTED