-
Notifications
You must be signed in to change notification settings - Fork 575
Conversation
You're killing it! Nice work |
@joelgriffith Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
Good to go @joelgriffith |
@criticalbh care to mention what the issue with the combination between |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please be sure to update the CHANGELOG 😄
@mndominguez |
@criticalbh I'm actually having an issue with open(13) opening the Settings page. How do I stop it? |
I have changed util
focus
method to https://chromedevtools.github.io/devtools-protocol/tot/DOM/#method-focus. If you prefer eval methods over this one I will change it.However there is one small issue with combination of
focus
andpress
. Both implementations offocus
dont work well withpress
. I dont know if that has something with my local environment.