SeleniumLibrary - Open Browser

某測試機器裝了兩個firefox,但SeleniumLibrary不支援較新版本的firefox,因此想用舊的跑。翻了一下library document,裡面有提到:

a string like *custom /path/to/browser-executable can be used to specify the browser directly
我也傻傻的使用
Open Browser | http://localhost:8080 | *custom /opt/firefox/firefox 
正確應該是這樣
Open Browser | http://localhost:8080 | *firefox /opt/firefox/firefox