[Selenium-users] Style

2005-09-27 Thread neko bsd
Hello. My TestCase's width is long, so TestCase window is narrow. And my page's width is 750px. myiframe's width remain. I want to change disposition. See: http://selenium.sourceforge.jp/x/selenium-0.6.0/selenium/TestRunner2.html Source: http://selenium.sourceforge.jp/x/selenium-0.6.0/selenium/

[Selenium-users] iframe and confirm message

2005-09-27 Thread Chris Hoy
Hi I have a screen that has an iframe in it. When I select a button on the iframe the event is correctly fired but the confirm message in the javascript is still shown. Is this a problem in selenium or something I have done Chris Hoy     ___ Seleni

[Selenium-users] user extentions

2005-09-27 Thread neko bsd
Hello. Our team member write user-extentions. We hope that "Everybody don't write same user-extentions.js file". I want to write different file each other. Can selenium read $selenium/extentionfilesdir/*.js, when selenium boot? Best regards, nekobsd. __ For All

Re: [Selenium-users] iframe and confirm message

2005-09-27 Thread Mike Williams
Chris Hoy wrote: I have a screen that has an iframe in it. When I select a button on the iframe the event is correctly fired but the confirm message in the javascript is still shown. Is this a problem in selenium or something I have done It's a problem with Selenium ... it doesn't support

RE: [Selenium-users] iframe and confirm message

2005-09-27 Thread Chris Hoy
Mike Is it possible for me to add the extra code to the iframe so it behaves correctly? Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Williams Sent: 27 September 2005 10:49 To: selenium-users@lists.public.thoughtworks.org Subject: Re: [Seleni

[Selenium-users] log function

2005-09-27 Thread neko bsd
Hello. I had to want to log function. It is supported Release 0.6.0. But, of which test log I am is not understand at all test. Executing: |open | http://hoge.com/index.html | | I want to add Test Suite name and Test Case Name. Executing: TestSuiteXX: TestCaseYY: |open | http://hoge.com/in