You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spec :: TopSpec
spec = introduceWebDriver (defaultWdOptions "/tmp/tools") $ do
it "opens Google and searches" $ withSession1 $ do
openPage "http://www.google.com"
search <- findElem (ByCSS "input[title='Search']")
click search
sendKeys "asdf\n" search
get this
Beginning suite of 1 tests
opens Google and searches
Context exception:
Got exception (Failure in introduce 'Introduce WebDriver session' allocation handler)
Failed to obtain geckodriver: 'ExpectedButGot {failureCallStack = Just [("shouldBe",SrcLoc {srcLocPackage = "sandwich-webdriver-0.2.3.1-JV0aJiV9iIHBOwGgn8Mebj", srcLocModule = "Test.Sandwich.WebDriver.Internal.Binaries", srcLocFile = "src/Test/Sandwich/WebDriver/Internal/Binaries.hs", srcLocStartLine = 188, srcLocStartCol = 38, srcLocEndLine = 188, srcLocEndCol = 48})], failureValue1 = ExitSuccess, failureValue2 = ExitFailure 2}'
CallStack (from HasCallStack):
error, called at src/Test/Sandwich/WebDriver/Internal/StartWebDriver.hs:82:21 in sandwich-webdriver-0.2.3.1-JV0aJiV9iIHBOwGgn8Mebj:Test.Sandwich.WebDriver.Internal.StartWebDriver
startWebDriver, called at src/Test/Sandwich/WebDriver.hs:76:3 in sandwich-webdriver-0.2.3.1-JV0aJiV9iIHBOwGgn8Mebj:Test.Sandwich.WebDriver
allocateWebDriver, called at src/Test/Sandwich/WebDriver.hs:61:83 in sandwich-webdriver-0.2.3.1-JV0aJiV9iIHBOwGgn8Mebj:Test.Sandwich.WebDriver
introduceWebDriver, called at app/Main.hs:43:8 in main:Main
The text was updated successfully, but these errors were encountered:
from https://codedownio.github.io/sandwich/docs/extensions/sandwich-webdriver
i make this example
runSandwich defaultOptions spec
and spec
get this
The text was updated successfully, but these errors were encountered: