예제 #1
0
def stop_mb(step):
    with AssertContextManager(step):
        bo.stop_mb()
예제 #2
0
def expand_collapse_row(step, expand_collapse, index):
    with AssertContextManager(step):
        bo.stop_mb()
        bo.expand_collapse_row_by_index(world.browser, index)