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
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
===
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
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
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
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
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
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.
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:
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
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
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
12 matches
Mail list logo