My favorites | Sign in
Project Logo
       
Details: Show all Hide all

Last 30 days

  • Dec 22, 2009
    issue 222 (WebElement.findElement(By.xpath("...")) not working correctl...) commented on by eran.mes   -   I had success using WebDriver with xhtml pages, under Firefox. That was using a recent version of WebDriver - it would help if you could fetch the version from trunk and try it. If it still fails, please post a code snippet and we'll look into it.
    I had success using WebDriver with xhtml pages, under Firefox. That was using a recent version of WebDriver - it would help if you could fetch the version from trunk and try it. If it still fails, please post a code snippet and we'll look into it.
  • Dec 22, 2009
    issue 275 (Handling the java applets.) Status changed by eran.mes   -   Regarding 1: If you add the Java plugin to the FirefoxProfile, it will load the applet. However, you cannot interact with it - just like Flash, it's not native to the browser and there is no easy way to support it. Regarding 2: There has been some discussion on the mailing list. Have a look at: http://groups.google.com/group/webdriver/browse_thread/thread/7bf5ecc7bc22c3 f/b7c4abb9c2bb9bfe?lnk=gst&q=download#b7c4abb9c2bb9bfe You should start a discussion on the mailing list about these topics if you wish to get more information. Marking this issue as closed.
    Status: Invalid
    Regarding 1: If you add the Java plugin to the FirefoxProfile, it will load the applet. However, you cannot interact with it - just like Flash, it's not native to the browser and there is no easy way to support it. Regarding 2: There has been some discussion on the mailing list. Have a look at: http://groups.google.com/group/webdriver/browse_thread/thread/7bf5ecc7bc22c3 f/b7c4abb9c2bb9bfe?lnk=gst&q=download#b7c4abb9c2bb9bfe You should start a discussion on the mailing list about these topics if you wish to get more information. Marking this issue as closed.
    Status: Invalid
  • Dec 22, 2009
    issue 272 (Exception when returning an Array that contains undefined.) commented on by frankgroeneveld   -   No, I didn't.
    No, I didn't.
  • Dec 22, 2009
    issue 272 (Exception when returning an Array that contains undefined.) commented on by eran.mes   -   Do you see any errors in Firefox's error console?
    Do you see any errors in Firefox's error console?
  • Dec 18, 2009
    issue 131 (WebElement.clear throws UOE when element isn't visible) commented on by b.evrim   -   I totally agree with james. You are doing a terrific job. And I need WebElement.isElementUsable() :)
    I totally agree with james. You are doing a terrific job. And I need WebElement.isElementUsable() :)
  • Dec 15, 2009
    issue 222 (WebElement.findElement(By.xpath("...")) not working correctl...) commented on by 365nice   -   We have hit this problem as well - all of our xhtml tests fail. If I take a sample one and convert the same data to .html it then works. This is with the FirefoxDriver and the code version on the website (not from trunk). I would rate this quite high as a flaw. Tim
    We have hit this problem as well - all of our xhtml tests fail. If I take a sample one and convert the same data to .html it then works. This is with the FirefoxDriver and the code version on the website (not from trunk). I would rate this quite high as a flaw. Tim
  • Dec 14, 2009
    issue 37 (C# bindings) commented on by james.h.evans.jr   -   The IE bindings have been moved into the new trunk and should be fairly complete as of the 2.0 alpha. Driver bindings for Remote and Firefox are in progress, but not yet checked in. Please download the IE bindings and give them a try.
    The IE bindings have been moved into the new trunk and should be fairly complete as of the 2.0 alpha. Driver bindings for Remote and Firefox are in progress, but not yet checked in. Please download the IE bindings and give them a try.
  • Dec 10, 2009
    issue 277 (HTML error interpreting meta refresh) reported by cabrerafacundo   -   Browser: HtmlUnit Version: 2.6 (htmlunit included in package webdriver-all-7376.zip) Operating System: Ubuntu 9.04 (last update 10/12/2009) What steps will reproduce the problem? 1. Write a simple html with an input 2. Write a second html with meta refresh tag 3. Write an example in java using the step 1 4. The example mentioned before submit the form 5. HtmlUnit doesn't wait the time defined What is the expected output? What do you see instead? HtmlUnit must wait!, instead it redirect. What version of the product are you using? On what operating system? Version: 2.6 (htmlunit included in package webdriver-all-7376.zip) Operating System: Ubuntu 9.04 (last update 10/12/2009) Please provide any additional information below. See the attachment. It's extremelly simple.
    Browser: HtmlUnit Version: 2.6 (htmlunit included in package webdriver-all-7376.zip) Operating System: Ubuntu 9.04 (last update 10/12/2009) What steps will reproduce the problem? 1. Write a simple html with an input 2. Write a second html with meta refresh tag 3. Write an example in java using the step 1 4. The example mentioned before submit the form 5. HtmlUnit doesn't wait the time defined What is the expected output? What do you see instead? HtmlUnit must wait!, instead it redirect. What version of the product are you using? On what operating system? Version: 2.6 (htmlunit included in package webdriver-all-7376.zip) Operating System: Ubuntu 9.04 (last update 10/12/2009) Please provide any additional information below. See the attachment. It's extremelly simple.
  • Dec 09, 2009
    issue 276 (JSP Page need objects stored in request. Using webdriver I c...) commented on by simon.m.stewart   -   How would a normal user of (say) Internet Explorer achieve the same result?
    How would a normal user of (say) Internet Explorer achieve the same result?
  • Dec 09, 2009
    issue 276 (JSP Page need objects stored in request. Using webdriver I c...) reported by yogeshghodke   -   Browser: IE Version: 6.0 Operating System: Windows XP What steps will reproduce the problem? 1. Page loaded when webdriver clicks on link 2. Same page need object stored in request 3. I can't find any way to deal with http request object using webdriver What is the expected output? What do you see instead? Need API support to deal with HttpRequest object What version of the product are you using? On what operating system? latest version on Windows XP Please provide any additional information below.
    Browser: IE Version: 6.0 Operating System: Windows XP What steps will reproduce the problem? 1. Page loaded when webdriver clicks on link 2. Same page need object stored in request 3. I can't find any way to deal with http request object using webdriver What is the expected output? What do you see instead? Need API support to deal with HttpRequest object What version of the product are you using? On what operating system? latest version on Windows XP Please provide any additional information below.
  • Dec 07, 2009
    issue 273 (chrome driver doesn't like the NYT front page) commented on by jari.bakken   -   I added the getPageSource() call, but it throws Exception in thread "main" java.lang.NullPointerException at org.openqa.selenium.chrome.ChromeDriver.getPageSource(ChromeDriver.java:187) at NYT.main(NYT.java:11) It fails consistently on 10.5, Chrome version is 4.0.249.27
    I added the getPageSource() call, but it throws Exception in thread "main" java.lang.NullPointerException at org.openqa.selenium.chrome.ChromeDriver.getPageSource(ChromeDriver.java:187) at NYT.main(NYT.java:11) It fails consistently on 10.5, Chrome version is 4.0.249.27
  • Dec 07, 2009
    issue 161 (Enhancement: Please add rightClick and doubleClick methods t...) Blocked on changed by simon.m.stewart   -  
  • Dec 07, 2009
    issue 181 (isDisplayed() and getValueOfCssProperty() equivalents in Pyt...) commented on by simon.m.stewart   -   is_displayed is already present on the firefox webelement, but good point about "getValueOfCssProperty" :)
    is_displayed is already present on the firefox webelement, but good point about "getValueOfCssProperty" :)
  • Dec 07, 2009
    issue 243 (WebDriver should be able to take screencasts) Status changed by simon.m.stewart   -   This is outside of the scope of webdriver, so marking as WontFix. If you're keen to do this sort of thing, then please take a look at using the EventFiringWebDriver, which provides the "hook points" you need.
    Status: WontFix
    This is outside of the scope of webdriver, so marking as WontFix. If you're keen to do this sort of thing, then please take a look at using the EventFiringWebDriver, which provides the "hook points" you need.
    Status: WontFix
  • Dec 07, 2009
    issue 27 (Handle alerts and prompts) commented on by simon.m.stewart   -   Issue 274 has been merged into this issue.
    Issue 274 has been merged into this issue.
  • Dec 07, 2009
    issue 274 (Alerts and Confirmations box support) changed by simon.m.stewart   -  
    Status: Duplicate
    Status: Duplicate
  • Dec 07, 2009
    issue 273 (chrome driver doesn't like the NYT front page) commented on by simon.m.stewart   -   Looking at the list of ports being connected to, it looks like the content script does a connect from a strangely named port, then disconnects and then reconnects from something that looks like an iframe. When the test fails, the most common error seems to be that "there's no active page", which is technically true. If you put a "Thread.sleep(4000)" then the test often passes.
    Looking at the list of ports being connected to, it looks like the content script does a connect from a strangely named port, then disconnects and then reconnects from something that looks like an iframe. When the test fails, the most common error seems to be that "there's no active page", which is technically true. If you put a "Thread.sleep(4000)" then the test often passes.
  • Dec 07, 2009
    issue 273 (chrome driver doesn't like the NYT front page) commented on by dawagner   -   Inconsistently working for me on Windows XP. I don't get a NoSuchElementException, but seemingly depending on the speed of my connection I either get a dump of the whole text as expected, or VIDEO More Video | Multimedia dumped out... Actually watching the test execute, does it seem to finish executing before the page loads? If so, there may be something awkward wrong somewhere with the wait-condition for the page to load, but I wouldn't think so - the whole DOM should certainly be present before we return from get(String) Could you also try the following test: driver.get("http://nytimes.com"); System.out.println(driver.getPageSource()); to see what the DOM seems to be looking like, without explicitly expecting a body tag?
    Inconsistently working for me on Windows XP. I don't get a NoSuchElementException, but seemingly depending on the speed of my connection I either get a dump of the whole text as expected, or VIDEO More Video | Multimedia dumped out... Actually watching the test execute, does it seem to finish executing before the page loads? If so, there may be something awkward wrong somewhere with the wait-condition for the page to load, but I wouldn't think so - the whole DOM should certainly be present before we return from get(String) Could you also try the following test: driver.get("http://nytimes.com"); System.out.println(driver.getPageSource()); to see what the DOM seems to be looking like, without explicitly expecting a body tag?
  • Dec 07, 2009
    issue 275 (Handling the java applets.) reported by kiran.jes   -   Browser: Internet Exploerer (8.) and Firefox(3.5.5) Version: IE(8.0), FireFox(3.5.5) Operating System: Win XP Issue1 : Our Web Application contains Java Appllets. Does Webdriver supports recognize Applets and perform actions on the Applets. if it supports how to handle it. Issue2 : Our Application has functionality to download files. how to handle firefox download popup window or Browser download window to give target location. Regards. Prem Kiran Barry
    Browser: Internet Exploerer (8.) and Firefox(3.5.5) Version: IE(8.0), FireFox(3.5.5) Operating System: Win XP Issue1 : Our Web Application contains Java Appllets. Does Webdriver supports recognize Applets and perform actions on the Applets. if it supports how to handle it. Issue2 : Our Application has functionality to download files. how to handle firefox download popup window or Browser download window to give target location. Regards. Prem Kiran Barry

Older

  • Dec 04, 2009
    issue 274 (Alerts and Confirmations box support) reported by dasari.seshaji   -   I am unable to handle alerts and confirmation box is webdriver support alerts,if so give me some information if not suggest me any work around
    I am unable to handle alerts and confirmation box is webdriver support alerts,if so give me some information if not suggest me any work around
  • Dec 04, 2009
    issue 187 (There should be clickNoWait() method on WebElement object) commented on by dasari.seshaji   -   Is webdriver handels alerts and confirmation box, if not can you suggest any workaround
    Is webdriver handels alerts and confirmation box, if not can you suggest any workaround
  • Dec 03, 2009
    issue 37 (C# bindings) commented on by kazazic   -   mentioned branch is not up-to-date, the new repository can be found here http://selenium.googlecode.com/svn/webdriver/branches/dotnet_bindings
    mentioned branch is not up-to-date, the new repository can be found here http://selenium.googlecode.com/svn/webdriver/branches/dotnet_bindings
  • Dec 02, 2009
    issue 187 (There should be clickNoWait() method on WebElement object) commented on by simon.m.stewart   -   The suggested method won't work the way you expect it to, and certainly won't be added to WebElement. We may create a "doubleClick" method at some point in an interactions API which is closer to what you are requesting.
    The suggested method won't work the way you expect it to, and certainly won't be added to WebElement. We may create a "doubleClick" method at some point in an interactions API which is closer to what you are requesting.
  • Dec 02, 2009
    issue 116 (Should be able to access sites secured with an unverified SS...) commented on by SergSazonov   -   * I let WebDriver create a profile. That is, I just do "a = new FirefoxDriver()", without passing any parameters to the constructor or setting any environment variables. * It reports: -- Accept untrusted certificates: true ... -- Allowing certificate from site: [the site under test]
    * I let WebDriver create a profile. That is, I just do "a = new FirefoxDriver()", without passing any parameters to the constructor or setting any environment variables. * It reports: -- Accept untrusted certificates: true ... -- Allowing certificate from site: [the site under test]
  • Dec 02, 2009
    issue 273 (chrome driver doesn't like the NYT front page) commented on by jari.bakken   -   Oops! Here it is.
    Oops! Here it is.
  • Dec 01, 2009
    issue 273 (chrome driver doesn't like the NYT front page) commented on by dawagner   -   File seems to be missing... Could you re-attach? :)
    File seems to be missing... Could you re-attach? :)
  • Dec 01, 2009
    issue 37 (C# bindings) commented on by kazazic   -   Hi, I tried to compile it and get unit tests working, but I have two issues first is that in the class IgnoredBrowserTestDecorator i can not find class TestCase my second problem is when i try run unit tests i get following error -------- Debug Assertions Failed program nunit.exe file :c:program files\ms visual studio\atlmfc\include\atlcomcli.h line 172 Expression: p!=0 ------------- I am running windows 7 32 bit, with VS2008 I tried running unit tests from resharper and I got the same error, what should I do to avoid this error? also there is a small bug in IgnoreBrowserAttribute, getter for property Reason returns itself recursivly instead returning field reason. thanks for your help -almir
    Hi, I tried to compile it and get unit tests working, but I have two issues first is that in the class IgnoredBrowserTestDecorator i can not find class TestCase my second problem is when i try run unit tests i get following error -------- Debug Assertions Failed program nunit.exe file :c:program files\ms visual studio\atlmfc\include\atlcomcli.h line 172 Expression: p!=0 ------------- I am running windows 7 32 bit, with VS2008 I tried running unit tests from resharper and I got the same error, what should I do to avoid this error? also there is a small bug in IgnoreBrowserAttribute, getter for property Reason returns itself recursivly instead returning field reason. thanks for your help -almir
  • Dec 01, 2009
    issue 37 (C# bindings) commented on by kazazic   -   Hi, I would definitely want (and try )to contribute, but why is it in webdriver source and not in selenium? I tried compiling selenium source but I was missing some files in vs project, do you have any tips where and how to start?
    Hi, I would definitely want (and try )to contribute, but why is it in webdriver source and not in selenium? I tried compiling selenium source but I was missing some files in vs project, do you have any tips where and how to start?
  • Dec 01, 2009
    issue 187 (There should be clickNoWait() method on WebElement object) commented on by kg...@speakeasy.net   -   One use case for this functionality would be to testing how an application handles clicking submit twice.
    One use case for this functionality would be to testing how an application handles clicking submit twice.
  • Dec 01, 2009
    issue 273 (chrome driver doesn't like the NYT front page) Cc changed by jari.bakken   -  
    Cc: dawagner
    Cc: dawagner
  • Dec 01, 2009
    issue 273 (chrome driver doesn't like the NYT front page) reported by jari.bakken   -   What steps will reproduce the problem? 1. Compile and run the attached file What is the expected output? What do you see instead? Expect the text of the NYT frontpage, but get: Exception in thread "main" org.openqa.selenium.NoSuchElementException: Was not on a page, so could not find elements System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.5.8', java.version: '1.6.0_15' Driver info: driver.version: chrome at org.openqa.selenium.chrome.ChromeCommandExecutor.parseResponse(C hromeCommandExecutor.java:331) at org.openqa.selenium.chrome.ChromeCommandExecutor.handleResponse(C hromeCommandExecutor.java:285) at org.openqa.selenium.chrome.ChromeCommandExecutor.execute(ChromeC ommandExecutor.java:136) at org.openqa.selenium.chrome.ChromeDriver.execute(ChromeDriver.java:12 6) at org.openqa.selenium.chrome.ChromeDriver.findElementByTagName(Chrom eDriver.java:274) at org.openqa.selenium.By$5.findElement(By.java:177) at org.openqa.selenium.chrome.ChromeDriver.findElement(ChromeDriver.java :171) at NYT.main(NYT.java:11) This _might_ be a mac only (10.5) issue, I'm unable to test other platforms at the moment. Excuse my Java, just wanted to make sure it wasn't some timing issue in the ruby chrome driver. :)
    What steps will reproduce the problem? 1. Compile and run the attached file What is the expected output? What do you see instead? Expect the text of the NYT frontpage, but get: Exception in thread "main" org.openqa.selenium.NoSuchElementException: Was not on a page, so could not find elements System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.5.8', java.version: '1.6.0_15' Driver info: driver.version: chrome at org.openqa.selenium.chrome.ChromeCommandExecutor.parseResponse(C hromeCommandExecutor.java:331) at org.openqa.selenium.chrome.ChromeCommandExecutor.handleResponse(C hromeCommandExecutor.java:285) at org.openqa.selenium.chrome.ChromeCommandExecutor.execute(ChromeC ommandExecutor.java:136) at org.openqa.selenium.chrome.ChromeDriver.execute(ChromeDriver.java:12 6) at org.openqa.selenium.chrome.ChromeDriver.findElementByTagName(Chrom eDriver.java:274) at org.openqa.selenium.By$5.findElement(By.java:177) at org.openqa.selenium.chrome.ChromeDriver.findElement(ChromeDriver.java :171) at NYT.main(NYT.java:11) This _might_ be a mac only (10.5) issue, I'm unable to test other platforms at the moment. Excuse my Java, just wanted to make sure it wasn't some timing issue in the ruby chrome driver. :)
  • Dec 01, 2009
    issue 116 (Should be able to access sites secured with an unverified SS...) commented on by eran.mes   -   The following information can be useful: * Are you creating your own profile directory? Or are you just creating new FirefoxProfile ? * Can you open up the error console of Firefox and let me know if anything appears there? specifically, it should report whether it's accepting untrusted certificates or not.
    The following information can be useful: * Are you creating your own profile directory? Or are you just creating new FirefoxProfile ? * Can you open up the error console of Firefox and let me know if anything appears there? specifically, it should report whether it's accepting untrusted certificates or not.
  • Dec 01, 2009
    issue 116 (Should be able to access sites secured with an unverified SS...) commented on by SergSazonov   -   This doesn't work for me. Details: * Suse Linux, * Firefox 3.5.3, * The trunk version of the Firefox driver; * Firefox is correctly started with the "WebDriver" profile; * Examining the profiles in /tmp shows that the extension is installed, and the file badCertListener.js added in r7703 is present. However, I'm still getting "This Connection is Untrusted" screen. Please, let me know if you have any ideas why it is not working. Also let me know if I can give you any additional information. Thanks a lot.
    This doesn't work for me. Details: * Suse Linux, * Firefox 3.5.3, * The trunk version of the Firefox driver; * Firefox is correctly started with the "WebDriver" profile; * Examining the profiles in /tmp shows that the extension is installed, and the file badCertListener.js added in r7703 is present. However, I'm still getting "This Connection is Untrusted" screen. Please, let me know if you have any ideas why it is not working. Also let me know if I can give you any additional information. Thanks a lot.
  • Dec 01, 2009
    issue 272 (Exception when returning an Array that contains undefined.) reported by frankgroeneveld   -   Browser: Firefox Version: 3.5 Operating System: Ubuntu 9.10 What steps will reproduce the problem? 1. Run the following code: FirefoxDriver w = new FirefoxDriver(); w.get("http://www.google.com/"); w.executeScript("return new Array(undefined);"); w.close(); What is the expected output? What do you see instead? Expect no errors. Instead: Exception in thread "main" org.openqa.selenium.WebDriverException: org.json.JSONException: JSONObject["response"] not found. System info: os.name: 'Linux', os.arch: 'amd64', os.version: '2.6.31-14-generic', java.version: '1.6.0_0' Driver info: driver.version: firefox at org.openqa.selenium.firefox.FirefoxDriver.parseJavascriptObjectFromResponse(FirefoxDriver.java:352) at org.openqa.selenium.firefox.FirefoxDriver.executeScript(FirefoxDriver.java:332) at TestRunner.main(TestRunner.java:12) Caused by: org.json.JSONException: JSONObject["response"] not found. at org.json.JSONObject.get(JSONObject.java:499) at org.openqa.selenium.firefox.FirefoxDriver.parseJavascriptObjectFromResponse(FirefoxDriver.java:348) ... 2 more What version of the product are you using? On what operating system? 0.9.7376 on Ubuntu 9.10
    Browser: Firefox Version: 3.5 Operating System: Ubuntu 9.10 What steps will reproduce the problem? 1. Run the following code: FirefoxDriver w = new FirefoxDriver(); w.get("http://www.google.com/"); w.executeScript("return new Array(undefined);"); w.close(); What is the expected output? What do you see instead? Expect no errors. Instead: Exception in thread "main" org.openqa.selenium.WebDriverException: org.json.JSONException: JSONObject["response"] not found. System info: os.name: 'Linux', os.arch: 'amd64', os.version: '2.6.31-14-generic', java.version: '1.6.0_0' Driver info: driver.version: firefox at org.openqa.selenium.firefox.FirefoxDriver.parseJavascriptObjectFromResponse(FirefoxDriver.java:352) at org.openqa.selenium.firefox.FirefoxDriver.executeScript(FirefoxDriver.java:332) at TestRunner.main(TestRunner.java:12) Caused by: org.json.JSONException: JSONObject["response"] not found. at org.json.JSONObject.get(JSONObject.java:499) at org.openqa.selenium.firefox.FirefoxDriver.parseJavascriptObjectFromResponse(FirefoxDriver.java:348) ... 2 more What version of the product are you using? On what operating system? 0.9.7376 on Ubuntu 9.10
  • Nov 30, 2009
    issue 271 (Selenium::WebDriver::Driver#window_handles does not return s...) reported by oelering   -   Applies to 'selenium-webdriver' gem version 0.0.7 Tested with Firefox 3.0.15 on Mac OS-X 10.4.11 What steps will reproduce the problem? > require 'rubygems' > require 'selenium-webdriver' > driver = Selenium::WebDriver::Driver.new(Selenium::WebDriver::Firefox::Bridge.new) > driver.execute_script("window.open('http://www.google.com' nil) > driver.window_handles What is the expected output? What do you see instead? Expected to get an Array or Set containing two separate strings. Got this instead: => ["{9c62f126-6e5e-9d4f-ba9b-2e32aeb57f09},{26c520a2-ca3e-5d4d-83d8- 78682bc7d755}"]
    Applies to 'selenium-webdriver' gem version 0.0.7 Tested with Firefox 3.0.15 on Mac OS-X 10.4.11 What steps will reproduce the problem? > require 'rubygems' > require 'selenium-webdriver' > driver = Selenium::WebDriver::Driver.new(Selenium::WebDriver::Firefox::Bridge.new) > driver.execute_script("window.open('http://www.google.com' nil) > driver.window_handles What is the expected output? What do you see instead? Expected to get an Array or Set containing two separate strings. Got this instead: => ["{9c62f126-6e5e-9d4f-ba9b-2e32aeb57f09},{26c520a2-ca3e-5d4d-83d8- 78682bc7d755}"]
  • Nov 24, 2009
    issue 116 (Should be able to access sites secured with an unverified SS...) commented on by yincrash   -   I agree with simon. Yay!
    I agree with simon. Yay!
  • Nov 24, 2009
    issue 116 (Should be able to access sites secured with an unverified SS...) Labels changed by eran.mes   -   Fixed in revision 7703. Only one person has expressed an opinion about the API (Out of the 28 people who starred this issue) - so there's now a global toggle (setAcceptUntrustedCertificates in FirefoxProfile) which defaults to true. It remains to implement it for IE.
    Labels: Browser-IE OpSys-Windows Browser-All
    Fixed in revision 7703. Only one person has expressed an opinion about the API (Out of the 28 people who starred this issue) - so there's now a global toggle (setAcceptUntrustedCertificates in FirefoxProfile) which defaults to true. It remains to implement it for IE.
    Labels: Browser-IE OpSys-Windows Browser-All
  • Nov 24, 2009
    issue 57 (Should fire mouseover events as appropriate) commented on by simon.m.stewart   -   The next release is out. Cast a "WebElement" to "RenderedWebElement" and call the "hover" method.
    The next release is out. Cast a "WebElement" to "RenderedWebElement" and call the "hover" method.
  • Nov 24, 2009
    issue 57 (Should fire mouseover events as appropriate) commented on by bhupinder.guleria   -   Need hoverMouse() deadly!!
    Need hoverMouse() deadly!!
  • Nov 24, 2009
    issue 95 (Add ability to download links) Labels changed by eran.mes   -   It may be possible to extend the WebDriver extension in Firefox to handle different MIME types. Some relevant links: https://developer.mozilla.org/en/Document_Loading_- _From_Load_Start_to_Finding_a_Handler https://developer.mozilla.org/En/How_Mozilla_determines_MIME_Types https://developer.mozilla.org/en/Overview_of_how_downloads_work http://www.oxymoronical.com/experiments/xpcomref/applications/Firefox/3.5/interfaces/ nsIMIMEService
    Labels: GettingInvolved
  • Nov 24, 2009
    issue 270 (Application is crashing, if already browser is opened) reported by gunass   -   Browser: Chromium Version: 4.0.210.0 (26199) Operating System: XP with SP2 What steps will reproduce the problem? 1. Open chrome Browser 2. Run application 3. Application is crashing... If already browser is opened. Working properly if there is no browser opened What is the expected output? What do you see instead? It should not crash and work properly if browser is already opened What version of the product are you using? On what operating system? Chromium - 4.0.210.0 (26199). XP OS Please provide any additional information below. I have downloaded the chrome code and attached "webdriver proj" to chrome.sln for crawling. I used sample application that contains... loading driver(chrome), getting some url, etc The problem I observed is, application is crashing if already chrome browser is opened. If not it is executing properly. Also I would like to handle pop-ups, which will come when we open any particular URLs. Can any one give suggestion how to handle popups using webdriver?
    Browser: Chromium Version: 4.0.210.0 (26199) Operating System: XP with SP2 What steps will reproduce the problem? 1. Open chrome Browser 2. Run application 3. Application is crashing... If already browser is opened. Working properly if there is no browser opened What is the expected output? What do you see instead? It should not crash and work properly if browser is already opened What version of the product are you using? On what operating system? Chromium - 4.0.210.0 (26199). XP OS Please provide any additional information below. I have downloaded the chrome code and attached "webdriver proj" to chrome.sln for crawling. I used sample application that contains... loading driver(chrome), getting some url, etc The problem I observed is, application is crashing if already chrome browser is opened. If not it is executing properly. Also I would like to handle pop-ups, which will come when we open any particular URLs. Can any one give suggestion how to handle popups using webdriver?
  • Nov 23, 2009
    issue 269 (Remote ChromeDriver doesn't work from Ruby (NoClassDefFound ...) changed by dawagner   -   Fixed by Selenium r7693
    Status: Fixed
    Cc: jari.bakken
    Fixed by Selenium r7693
    Status: Fixed
    Cc: jari.bakken
  • Nov 23, 2009
    issue 269 (Remote ChromeDriver doesn't work from Ruby (NoClassDefFound ...) reported by dawagner   -   > rake test_remote_chrome_rb starting remote server 1 [main] INFO org.mortbay.log - Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog 29 [main] INFO org.mortbay.log - jetty-6.1.9 119 [main] INFO org.mortbay.log - Started SocketConnector@0.0.0.0:6000 639 [btpool0-1] INFO / - org.openqa.selenium.remote.server.DriverServlet- 1427491188: Executing: [new session: Capabilities [browserName=chrome, javascriptEnabled=true, platform=ANY, version=]] at URL: /session) 680 [btpool0-1] INFO / - org.openqa.selenium.remote.server.DriverServlet- 1427491188: Exception: java.lang.NoClassDefFoundError: com/google/common/collect/ImmutableMap
    > rake test_remote_chrome_rb starting remote server 1 [main] INFO org.mortbay.log - Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog 29 [main] INFO org.mortbay.log - jetty-6.1.9 119 [main] INFO org.mortbay.log - Started SocketConnector@0.0.0.0:6000 639 [btpool0-1] INFO / - org.openqa.selenium.remote.server.DriverServlet- 1427491188: Executing: [new session: Capabilities [browserName=chrome, javascriptEnabled=true, platform=ANY, version=]] at URL: /session) 680 [btpool0-1] INFO / - org.openqa.selenium.remote.server.DriverServlet- 1427491188: Exception: java.lang.NoClassDefFoundError: com/google/common/collect/ImmutableMap
  • Nov 23, 2009
    issue 116 (Should be able to access sites secured with an unverified SS...) commented on by jari.bakken   -   Sweet!
    Sweet!
  • Nov 23, 2009
    issue 116 (Should be able to access sites secured with an unverified SS...) changed by simon.m.stewart   -   Always on, with the option of setting it always off is probably best. We're writing a framework that allows people to test known sites. Either they know the site is insecure, but want to test it anyway (commonly because a UAT environment uses a self- signed cert) or they don't know but want to find out. A regex is probably overkill. Remember, KISS.
    Status: Started
    Owner: eran.mes
    Always on, with the option of setting it always off is probably best. We're writing a framework that allows people to test known sites. Either they know the site is insecure, but want to test it anyway (commonly because a UAT environment uses a self- signed cert) or they don't know but want to find out. A regex is probably overkill. Remember, KISS.
    Status: Started
    Owner: eran.mes
  • Nov 23, 2009
    issue 116 (Should be able to access sites secured with an unverified SS...) commented on by eran.mes   -   Quick Update: I've managed to cause Firefox to accept any certificate (by implementing nsICertOverrideService). This will be committed in the next couple of days, after integrating it with the FirefoxProfile class. Any input regarding the API is appreciated: * Is a global on/off switch enough for you? * If not, is a regular expressions to match the hostname and port enough for you?
    Quick Update: I've managed to cause Firefox to accept any certificate (by implementing nsICertOverrideService). This will be committed in the next couple of days, after integrating it with the FirefoxProfile class. Any input regarding the API is appreciated: * Is a global on/off switch enough for you? * If not, is a regular expressions to match the hostname and port enough for you?
  • Nov 20, 2009
    issue 232 (WebDriver is not working properly with pages after HTTP redi...) commented on by kg...@speakeasy.net   -   I'm getting some similar stuff with Chrome. I think it's that the browsers send page loaded events differently. I think that Firefox and HtmlUnit consider a redirect to be one page loaded while IE (and maybe Chrome) consider it two pages (the redirector then the redirect target.)
    I'm getting some similar stuff with Chrome. I think it's that the browsers send page loaded events differently. I think that Firefox and HtmlUnit consider a redirect to be one page loaded while IE (and maybe Chrome) consider it two pages (the redirector then the redirect target.)
  • Nov 20, 2009
    issue 268 (HtmlUnitDriver: Fix frame handling bug and misc issues) commented on by simon.m.stewart   -   Right. I'll delete the test.
    Right. I'll delete the test.
  • Nov 20, 2009
    issue 268 (HtmlUnitDriver: Fix frame handling bug and misc issues) commented on by mguille...@yahoo.fr   -   I understand... but in this case the unit test doesn't make sense, right?
    I understand... but in this case the unit test doesn't make sense, right?
  • Nov 20, 2009
    issue 268 (HtmlUnitDriver: Fix frame handling bug and misc issues) commented on by simon.m.stewart   -   The important thing is that the existing frame switching API is widely viewed as being clunky and distinctly sub-optimal. It would be waaay better if we do as Michael has suggested and make the calls "chainable", eg: driver.switchTo()frame("frame1", "0") which is the equivalent of today's: driver.switchTo().frame("frame1.0"); Right now, neither the firefox nor IE drivers will cope when there's a "." in a frame name. I'd rather that we're consistent between implementations and have a reason for making a cleaner API rather than have an inconsistent approach to the issue.
    The important thing is that the existing frame switching API is widely viewed as being clunky and distinctly sub-optimal. It would be waaay better if we do as Michael has suggested and make the calls "chainable", eg: driver.switchTo()frame("frame1", "0") which is the equivalent of today's: driver.switchTo().frame("frame1.0"); Right now, neither the firefox nor IE drivers will cope when there's a "." in a frame name. I'd rather that we're consistent between implementations and have a reason for making a cleaner API rather than have an inconsistent approach to the issue.
 
Hosted by Google Code