-
|
In my app I use the Anyone knows a way around this? (without some weird offset magic or synthesizing the event) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
If the options aren't widgets, I don't see how else it would be possible with pilot.click without using offset ?
If you're referring to the note in the docs, I think this might be out of date, |
Beta Was this translation helpful? Give feedback.
Alright, now I know where I went wrong: When looking into textual's code again I found out that
SelectionList.toggletriggers the event whileSelectionList.selectdoes not. I only tried outSelectionList.selectbefore :(