Banana pi m3 run python whit selenium

Hi. i hope somebody can help me, i tried to run selenium whit python like the code under:

from selenium import webdriver driver = webdriver.Firefox("/usr/bin") driver.get(“http://www.google.com”)

The code starts but nothing hapen, i have a banana pi m3 whit firefox 52.0 and geckodriver 11.0 and ubuntu mate 16.04

If somebody has a idea i will appreciate it.

ps: it is posible run chrome? i tried to run whit “chromium-browser” but only can open the browser i cant use “driver.get”