felipefdl / wercker-status

Add Wercker status of the project to the Atom status bar.
https://atom.io/packages/wercker-status
MIT License
10 stars 4 forks source link

How can I select wercker-status element #9

Open scippio opened 8 years ago

scippio commented 8 years ago

WTF! I can't find the way for select you element in status bar :D

Everything return me null:

document.querySelector('status-bar').querySelector('#wercker-status')
atom.views.getView(atom.workspace).querySelector('#wercker-status')
document.querySelector('status-bar').querySelector('.status-bar-right').querySelector('#wercker-status');

thx for help.

I can see it in children: https://gyazo.com/970bc2b91179e8189b38d8ba0007ebae but I can't selected it. It's really weird..

felipefdl commented 8 years ago

@scippio did you get that?