# import Wallaby.Browser, only: [visit: 2, click: 2, all: 2, find: 2]
# import Wallaby.Query, only: [link: 1, css: 1]
# import Wallaby.Element, only: [ attr: 2 ]
# import SweetXml
defmodule Climb do
def start _, _ do
"no" |> IO.inspect(label: "session response")
Supervisor.start_link [], strategy: :one_for_one
end
def begin do
# Wallaby.start_session()
# |> elem(1)
# |> reach("https://labori.us")
# |> Wallaby.stop
end
def reach _space, _place do
# space |> visit(place)
end
end
# Proc.describe name, procedure do Climb.def name do procedure.() end