blob: a4e1145528011b0d0019951232225c55c82252f7 [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\v106\DevToolsSessionDomains.cs" (
echo Generating CDP code for version 106
pushd "%1..\..\.."
bazel build //dotnet/src/webdriver/cdp:generate-v106
popd
)
if not exist "%1..\..\..\bazel-bin\dotnet\src\webdriver\cdp\v107\DevToolsSessionDomains.cs" (
echo Generating CDP code for version 107
pushd "%1..\..\.."
bazel build //dotnet/src/webdriver/cdp:generate-v107
popd
)
if not exist "%1..\..\..\bazel-bin\dotnet\src\webdriver\cdp\v108\DevToolsSessionDomains.cs" (
echo Generating CDP code for version 108
pushd "%1..\..\.."
bazel build //dotnet/src/webdriver/cdp:generate-v108
popd
)