def test_launch(self): """ launch the browser """ ff = Firefox() ff.launch()
def test_get(self): """ load a web page in the browser """ ff = Firefox() ff.launch() ff.get('https://hubzero.org')