We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf16b0 commit 729bbecCopy full SHA for 729bbec
wodoo/lib_robot.py
@@ -471,7 +471,7 @@ def params():
471
finally:
472
# ensure that the seleniumdriver is stopped
473
Commands.invoke(ctx, "kill", machines=[selenium_service_name])
474
- Commands.invoke(ctx, "remove", machines=[selenium_service_name])
+ Commands.invoke(ctx, "rm", machines=[selenium_service_name])
475
click.secho(
476
f"Stopped seleniumdriver {selenium_service_name} container",
477
fg="yellow",
0 commit comments