robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

seleniumLibrary to provide tables and tree widgets keyword manipulation #104

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by genglz1983 on 18 Mar 2010

I hope that the table provides the following functions control the keywords: 1、Through the table rows and columns to the cell to obtain the value; 2、Through the table rows and columns to the cell to obtain the object,and the object can be the next step in the use of;

I hope that the tree provides the following functions control the keywords: 1、Through root node to get the path of any node; 2、Through path of node to click the node; 3、Expand any node 4、Get the child nodes of node

Thanks

spooning commented 9 years ago

Originally submitted to Google Code by Andreas.EbbertKarroum on 24 Apr 2010

I have to admit that I don't fully understand the proposed enhancements. Regarding the tables, would issue 27 cover your needs?

My concern about the trees is that they may be implemented very differently (in terms of html structure and logic), so I think it's impossible to find a generic solution for that.

Do you have problems to test tables and trees with selenium at all, or do you know how to test them, but just want to have nicer keywords in the SeleniumLibrary?

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 25 Apr 2010

As Andreas commented, table keywords are taken care by issue 27 , and because there's no generic tree structure in HTML it isn't possible to implement generic keywords either. I'll close this as a dupe of #27. New issue can be submitted about tree keywords if someone has a more concrete idea how they should work.