You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add setting some firefox variables (MOZ_OOP_DISABLE_PLUGINS, MOZ_DISABLE_AUTO_SAFE_MODE, MOZ_DISABLE_SAFE_MODE_KEY) for UI testing to the installer, see #158.
Executable JAR installer sakuli-vX.X.X-installer.jar, downloadable via , see #24.
The installer contains a complete Sakuli setup and the following options:
1) will set/update the environment variable __SAKULI_HOME__ to this version.
2) will set/update the environment to a recommend UI testing configuration. In examples disables the Firefox safe.
3) will install one example test suite per OS which will help you to test and understand Sakuli.
4) will install Firefox Portable, which can be used exclusively for Sakuli Tests.
5) will install QRes, a open source screen mode changer (Windows only)
modify docker images to new headless linux installer
custom sahi browser_types.xml for firefox, firefox_portable, chrome
Property sikuli.typeDelay now also set the RobotDesktop.stdAutoDelay to make the delay more effective, default is 0.0, #154.
issue #149 add Application.kill() to force closeting an app without "save prompts"
issue #94: disable highlighting in case of an exception
docker container: modify test suite permissions after test run in sakuli_startup.sh
typing all special characters via unicode keyboard shortcuts
keyboard mapping only contains alphanumeric characters, so region.type now will work with all local keyboards, because of typing special characters via UFT-8
close #103: make docker-container able to override the running testsuite in docker runCMD arguments
make the sakuli.sh command line parameters usable in docker runCMD arguments, like for example docker run consol/sakuli-centos-xfce '--run $SAKULI_TEST_SUITE --browser chrome'
Added documentation how to configure HTTPS in Sahi. #53