-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I have hopes of making the machinery around finding and manipulating items from plugins much simpler. My planned approach is to push the development started with pageObject further until item manipulation is concentrated there.
I'm reasonably happy with idioms that developed with my work on Method plugin. They won't be abandoned though they might rely less on rummaging through the DOM.
I'm also expecting to perform all emits before running any bind. Right now I run one right after another which makes them less useful. I hope that one can, in bind, find items that haven't yet finished their emit, but that such items can work it out without everything being overly synchronized.
Let's use this issue for Q&A if you start having update/synchronization issues. (I have some in Method plugin but haven't been prevented from progress there.)