features/web.feature') # Fixtures @pytest.fixture def browser(): b = webdriver.Firefox() b.implicitly_wait(10) yield b b.quit() # Given ...
確定! 回上一頁