blob: 60fa53f65e49246fbe125a79279321f814233a62 [file] [log] [blame] [edit]
@echo off
if not exist "%1..\..\..\bazel-bin\javascript\webdriver\atoms\get-attribute.js" (
echo Building getAttribute atom
pushd "%1..\..\.."
bazel build //javascript/webdriver/atoms:get-attribute.js
popd
)
if not exist "%1..\..\..\bazel-bin\javascript\atoms\fragments\is-displayed.js" (
echo Building isDisplayed atom
pushd "%1..\..\.."
bazel build //javascript/atoms/fragments:is-displayed.js
popd
)
if not exist "%1..\..\..\bazel-bin\javascript\atoms\fragments\find-elements.js" (
echo Building findElements atom
pushd "%1..\..\.."
bazel build //javascript/atoms/fragments:find-elements.js
popd
)
if not exist "%1..\..\..\bazel-bin\dotnet\src\webdriver\cdp\v85\DevToolsSessionDomains.cs" (
echo Generating CDP code for version 85
pushd "%1..\..\.."
bazel build //dotnet/src/webdriver/cdp:generate-v85
popd
)
if not exist "%1..\..\..\bazel-bin\dotnet\src\webdriver\cdp\v111\DevToolsSessionDomains.cs" (
echo Generating CDP code for version 111
pushd "%1..\..\.."
bazel build //dotnet/src/webdriver/cdp:generate-v111
popd
)
if not exist "%1..\..\..\bazel-bin\dotnet\src\webdriver\cdp\v112\DevToolsSessionDomains.cs" (
echo Generating CDP code for version 112
pushd "%1..\..\.."
bazel build //dotnet/src/webdriver/cdp:generate-v112
popd
)
if not exist "%1..\..\..\bazel-bin\dotnet\src\webdriver\cdp\v113\DevToolsSessionDomains.cs" (
echo Generating CDP code for version 113
pushd "%1..\..\.."
bazel build //dotnet/src/webdriver/cdp:generate-v113
popd
)