NAME
Selenium::Driver::WinApp - Tell Selenium::Client how to spawn the Windows Application Driver
VERSION
version 1.06
Mode of Operation
Spawns a WinAppDriver server on the provided port (which the caller will assign randomly) Relies on WinAppDriver being in your $PATH (put in this to your user's PATH env var:)
%PROGRAMFILES(X86)%\Windows Application Driver
Pipes log output to ~/.selenium/perl-client/$port.log
SUBROUTINES
build_spawn_opts($class,$object)
Builds a command string which can run the driver binary. All driver classes must build this.
AUTHOR
George S. Baugh <george@troglodyne.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2023 by George S. Baugh.
This is free software, licensed under:
The MIT (X11) License