os : windows 10, google chrome version 80.0.3987.106, selenium version 3.141.0
I have searched for this problem and i figure out that gecko deals with firefox browser but im using chrome browser but why i got stuck with this.
here's my code.
*** Settings ***
Library SeleniumLibrary
*** Variables ***
${HOMEPAGE} http://www.google.com
${BROWSER} chrome
*** Test Cases ***
Go To homepage
Open Browser ${HOMEPAGE} ${BROWSER}
Please help, thanks u all.