Nick Salloum
Nick Salloum
I can see both use cases being strong. Say you're developing an extension that has some UI flows in the popup, it gets pretty annoying to manually test those each...
Cool, thanks for the update. I'm personally interested in the first point, supporting extension protocols so I can visit `chrome-extension://id/index.html` and run tests from there. Is there any roadmap for...
Yeah that's what we're doing now as well @Kocal. Thanks for that!
That suggested library looks pretty detailed. You're right about editing the props in the script though, that'll do it. To trigger the fill on that lib, you'll probably have to...
Good call, I'll get around to this.
`closeMenu()` function should do it, but you'd have to register the callback somewhere. This feature is in the pipeline, see issue #1. Will try to get around to it.
Simple solution, but I'd rather refactor into something more robust. Definitely some kind of option that takes a callback, and leverage a data attribute of some sort. I'll pen this...
@khasmujaddedia1 will take a look and try to sort it out.
@EricVega what is the reason for the PR?
Thanks a lot for that, excellent addition! I'm a bit busy this week, but will see to the pull request soon and make sure all is in tact.