selenium-google-code-issue-archive icon indicating copy to clipboard operation
selenium-google-code-issue-archive copied to clipboard

Archive, please see main selenium repo

Results 100 selenium-google-code-issue-archive issues
Sort by recently updated
recently updated
newest added

Originally reported on Google Code with ID 7785 ``` Select select = new Select(driver.findElement(By.id("ctl00_ContentPlaceHolder1_ddlClient"))); select.selectByVisibleText("1107 local client update"); when I call select.selectByVisibleText, program throw a excpetion as below: Exception in...

Type-Defect
Priority-Medium
Restrict-AddIssueComment-Commit
Browser-IE
Status-NeedsClarification
Status-Untriaged

Originally reported on Google Code with ID 7773 ``` *** What steps will reproduce the problem? *** 1. From the Selenium IDE, right-click on a webUI text that contains a...

Type-Defect
Priority-Medium
Restrict-AddIssueComment-Commit
Lang-Python
Component-IDE
Status-Accepted
Status-Untriaged

Originally reported on Google Code with ID 7707 ``` I know this has been discussed before: https://code.google.com/p/selenium/issues/detail?id=4878 But I'd like to request it again. Here is why: 1) It appears...

Type-Defect
Priority-Medium
Restrict-AddIssueComment-Commit
Status-New
Lang-CSharp
Status-Untriaged

Originally reported on Google Code with ID 7651 ``` Run the following script (Ruby): require 'selenium-webdriver' require 'minitest/autorun' class TestContentEditable < MiniTest::Unit::TestCase def setup @driver = Selenium::WebDriver.for :firefox @driver.get 'http://www.sceditor.com/'...

Type-Defect
Priority-Medium
Restrict-AddIssueComment-Commit
Status-New
Browser-Firefox
Status-Untriaged

Originally reported on Google Code with ID 7650 ``` In javascript/atoms/dom.js, the bot.dom.isEditable() function uses the bot.dom.TEXTUAL_INPUT_TYPES_ array to determine whether an input field is editable. https://code.google.com/p/selenium/source/browse/javascript/atoms/dom.js#441 https://code.google.com/p/selenium/source/browse/javascript/atoms/dom.js#370 This array...

Type-Defect
Priority-Medium
Restrict-AddIssueComment-Commit
Status-New
Browser-Atoms
Status-Untriaged

Originally reported on Google Code with ID 7646 ``` It was a good idea to deprecate the Actions#pause() method. However there should be a structured wait that can be used...

Priority-Medium
Restrict-AddIssueComment-Commit
Type-Enhancement
Status-New
Lang-Java
Status-Untriaged

Originally reported on Google Code with ID 7633 ``` Assumptions: This defect is logged considering the javascript returns actual value of the screen height. Steps to reproduce: 1. Open any...

Type-Defect
Priority-Medium
Restrict-AddIssueComment-Commit
Status-New
Browser-Firefox
Status-Untriaged

Originally reported on Google Code with ID 7626 ``` WebDriver will try to load a page with an unexisting element forever in certain cases. This occurs in Selenium 2.42.1 using...

Type-Defect
Priority-Medium
Restrict-AddIssueComment-Commit
Lang-Python
Status-New
Status-Untriaged

Originally reported on Google Code with ID 7625 ``` What steps will reproduce the problem? Tried to upload a document in simple browser button. Sample Code: Actual Result: 1. This...

Type-Defect
Priority-Medium
Restrict-AddIssueComment-Commit
Status-Accepted
Browser-IE

Originally reported on Google Code with ID 7622 ``` Hi guys, I'm writing automated tests for a rich internet application within our company. First of all my setup: Selenium version:...

Type-Defect
Priority-Medium
Restrict-AddIssueComment-Commit
Status-New
Browser-IE
Status-Untriaged