pakruojinis 11 Posted July 20, 2022 if (!Tabs.open(Tab.OPTIONS)) { Tabs.openWithMouse(Tab.OPTIONS); } The code above still seems to open the tab with F keys for me sometimes, unless I'm missing something?
Neffarion 486 Posted July 20, 2022 you might want to use isOpen() for the if condition instead of open()
pakruojinis 11 Author Posted July 20, 2022 1 hour ago, Neffarion said: you might want to use isOpen() for the if condition instead of open() Seems like this was it, thanks neff
Recommended Posts
Archived
This topic is now archived and is closed to further replies.