-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FT] ControlTable #248
Labels
Comments
netzulo
added a commit
that referenced
this issue
Apr 14, 2019
+ new class ControlTable + inherit of ControlForm + validate tag table tag at instantiation
netzulo
added a commit
that referenced
this issue
Apr 14, 2019
+ added new property rows allow to acces to tr tags as rows at list of ControlBase array + tests
netzulo
added a commit
that referenced
this issue
Apr 18, 2019
+ some exception messages moved to logger_messages + controls can handle None strict_tags values + ctl_dd refactor , added internal check for some methods + fix last commit refactor for ctl_form, bad call + ctl_tb added html5 structure data tags load + added more tests for ctl_tb
netzulo
added a commit
that referenced
this issue
Apr 19, 2019
* [qacode] starting issue #248 , WIP control_table + new class ControlTable + inherit of ControlForm + validate tag table tag at instantiation * [qacode] more WIP changes for control_table #248 + added new property rows allow to acces to tr tags as rows at list of ControlBase array + tests * [qacode] more fixes for issue #248 + some exception messages moved to logger_messages + controls can handle None strict_tags values + ctl_dd refactor , added internal check for some methods + fix last commit refactor for ctl_form, bad call + ctl_tb added html5 structure data tags load + added more tests for ctl_tb * [qacode] some ControlTable fixes + complexity + #248 ControlTable + #265 Complexity * [qacode] renamed test class for ControlTable * [qacode] some suite vars fixes ControlTable tests * [qacode] CHANGELOG for PR #264 + issues: #248 , #265
netzulo
added a commit
that referenced
this issue
Jul 15, 2019
When StaleElement , fails at obtain text from outdated CTL, should to fix this at next PR
|
netzulo
added
Awaiting-Triage
Pending of be labeled from a Collaborator
TODO
and removed
Testcase
labels
Feb 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Obtained Behaviour
Follow HTML specification for tables
Expected Behaviour
<table></table>
html ElementSPEC
ControlTable
table
tag at instantiationrows
allow to acces totr
tags asrows
as list ofControlBase
arraycolumns
allow to acces totd
tags ascolumns
as list ofControlBase
array ( use selectorstr > td:nth-child(column_index)
)cells
allow to acces totd
tags ascells
as list ofControlBase
arraycell
allow to access totd
tag loaded on a list looking for positionsx+y
positionTests
ControlTable
Notes
Example at Java : https://github.com/netzulo/qacode.java/blob/f39b87c32dc73b17007a24fe96f02bfad2a0a1c6/src/ntz/drivers/navs/elements/ControlTable.java
The text was updated successfully, but these errors were encountered: