def _three_bbs(self):
     """Returns three bbs element."""
     return three_bbs.ThreeBbs(
         self._root.element(class_name="pane-header__toolbar"))
Beispiel #2
0
 def __init__(self, root):
     self._root = root
     self._three_bbs = three_bbs.ThreeBbs(self._root)
Beispiel #3
0
 def three_bbs(self):
     """ThreeBbs objcect on widget."""
     return three_bbs.ThreeBbs(self._root)