Hi Group,
After updating the firefox version to 51.0.1 from the version 38 browser is not open and throws error.
Error is:
WebDriverException: Message: Expected browser binary location, but unable to find binary in default location, no 'moz:firefoxOptions.binary' capability provided, and no binary flag set on the command line
Used Code:
*** Settings ***
Library OperatingSystem
Library Selenium2Library
*** Variables ***
${browser} ff
*** Test Cases ***
Open The Google
Open Browser ${url} ${browser}
Firefox Version: 51.0.1
Robot Framework Version:3.0.2
Selenium Version: selenium-3.0.2.dist-info
Log file of this issue
Starting test: OomaReportDownload.Base Suite.Open The Application
20170220 14:35:46.539 : FAIL : No browser is open
20170220 14:35:46.539 : WARN : Keyword 'Capture Page Screenshot' could not be run on failure: No browser is open
20170220 14:35:46.543 : FAIL :
WebDriverException: Message: Expected browser binary location, but unable to find binary in default location, no 'moz:firefoxOptions.binary' capability provided, and no binary flag set on the command line
Ending test: OomaReportDownload.Base Suite.Open The Application