You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2026. It is now read-only.
Obtained Behaviour
Follow HTML specification for tables
Expected Behaviour
<table></table>html ElementSPEC
ControlTabletabletag at instantiationrowsallow to acces totrtags asrowsas list ofControlBasearraycolumnsallow to acces totdtags ascolumnsas list ofControlBasearray ( use selectorstr > td:nth-child(column_index))cellsallow to acces totdtags ascellsas list ofControlBasearraycellallow to access totdtag loaded on a list looking for positionsx+ypositionTests
ControlTableNotes
Example at Java : https://github.com/netzulo/qacode.java/blob/f39b87c32dc73b17007a24fe96f02bfad2a0a1c6/src/ntz/drivers/navs/elements/ControlTable.java