]> source.dussan.org Git - vaadin-framework.git/commit
Generate correct selectors in debug window for TestBench 4 (#12694)
authorHenri Sara <hesara@vaadin.com>
Wed, 2 Oct 2013 10:27:38 +0000 (13:27 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 16 Oct 2013 12:33:47 +0000 (12:33 +0000)
commitc141df78b37ccb36dfbf098c09b14df5535b99cb
tree8abe534508e3d5c02358ee429101f11a4861f02a
parentdf9a1192efeb49285cb1c4fc100bb60b5a77ac14
Generate correct selectors in debug window for TestBench 4 (#12694)

Selectors use IDs, captions, indices of the widget type in parent and
then as a fallback domChild/XPath paths to support sub-part selection
and highlighting as well as other elements without subpart information.

Change-Id: I1ce30a9eb4a96ef0387635ae7464db7e9bd6f542
client/src/com/vaadin/client/debug/internal/Highlight.java
client/src/com/vaadin/client/debug/internal/SelectorPath.java [new file with mode: 0644]
client/src/com/vaadin/client/debug/internal/TestBenchSection.java