blob: 8a69551715de135c71c4381be4acd1e8846d185e [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\v119\DevToolsSessionDomains.cs" (
echo Generating CDP code for version 119
pushd "%1..\..\.."
bazel build //dotnet/src/webdriver/cdp:generate-v119
popd
)
if not exist "%1..\..\..\bazel-bin\dotnet\src\webdriver\cdp\v120\DevToolsSessionDomains.cs" (
echo Generating CDP code for version 120
pushd "%1..\..\.."
bazel build //dotnet/src/webdriver/cdp:generate-v120
popd
)
if not exist "%1..\..\..\bazel-bin\dotnet\src\webdriver\cdp\v118\DevToolsSessionDomains.cs" (
echo Generating CDP code for version 118
pushd "%1..\..\.."
bazel build //dotnet/src/webdriver/cdp:generate-v118
popd
)