Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

The GetallFields method does not return all the field when page contain only 2 Input field #1228

Closed
lukeis opened this issue Mar 2, 2016 · 4 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 2, 2016

Originally reported on Google Code with ID 1228

What steps will reproduce the problem?
1.Use selenium.GetAllFields() on AUT which contain 2 input field only
2.Selenium return the total count as 1

What is the expected output? What do you see instead?
Selenium output only the first input field and not the second one.

What version of the product are you using? On what operating system?
I am using selenium-server-1.0.3 and visual studio 2003 on WinXP Professional Edition.


The browser is Firefox 3.6.13

Please provide any additional information below.
When I use the same command on AUT which have more than 2 input fields, then the GetAllFields
return the correct count and detail of input field.

Reported by sachin.vasudha on 2011-01-24 13:12:13


- _Attachment: [C#_Code_for_Getallfield.JPG](https://storage.googleapis.com/google-code-attachments/selenium/issue-1228/comment-0/C#_Code_for_Getallfield.JPG)_ - _Attachment: [Nunit_Result.JPG](https://storage.googleapis.com/google-code-attachments/selenium/issue-1228/comment-0/Nunit_Result.JPG)_ - _Attachment: [html_source_AUT.JPG](https://storage.googleapis.com/google-code-attachments/selenium/issue-1228/comment-0/html_source_AUT.JPG)_
@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

GetallFields might be getting 'text' fields, whereas password fields are a 'password'
type.

Reported by antlong on 2011-01-25 01:06:18

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Reported by jari.bakken on 2011-01-27 10:53:22

  • Labels added: Component-Core

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Selenium RC is deprecated and the support of Selenium RC is discontinued.

Selenium team is not going to fix remaining issues in Selenium RC and we don't accept
new issue reports on Selenium RC.

On the other side, we continue to accept pull requests and patches from the community.

Reported by barancev on 2015-03-12 21:20:14

  • Status changed: WontFix

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Reported by luke.semerau on 2015-09-17 18:11:54

  • Labels added: Restrict-AddIssueComment-Commit

@lukeis lukeis closed this as completed Mar 2, 2016
@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant