-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Awaiting-TriagePending of be labeled from a CollaboratorPending of be labeled from a CollaboratorFeatureNew functionality proposalNew functionality proposalTODO
Description
Obtained Behaviour
Follow HTML specification for tables
- https://www.w3.org/TR/html401/struct/tables.html
- https://www.w3.org/TR/html5/tabular-data.html#the-table-element
Expected Behaviour
- New Class element based on ControlForm to handle
<table></table>html Element - New testcase for each use case
SPEC
- new class
ControlTable- inherit of ControlForm
- validate tag
tabletag at instantiation
- new property
rowsallow to acces totrtags asrowsas list ofControlBasearray - new property
columnsallow to acces totdtags ascolumnsas list ofControlBasearray ( use selectorstr > td:nth-child(column_index)) - new property
cellsallow to acces totdtags ascellsas list ofControlBasearray - new method
cellallow to access totdtag loaded on a list looking for positionsx+yposition
Tests
- new suite for new class
ControlTable - validate all specs at this suite, instance, methods, properties
Notes
Example at Java : https://github.com/netzulo/qacode.java/blob/f39b87c32dc73b17007a24fe96f02bfad2a0a1c6/src/ntz/drivers/navs/elements/ControlTable.java
Metadata
Metadata
Assignees
Labels
Awaiting-TriagePending of be labeled from a CollaboratorPending of be labeled from a CollaboratorFeatureNew functionality proposalNew functionality proposalTODO