From f156cca6c29cf4de7d050461e2f494dc093343f6 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Fri, 20 Dec 2024 11:14:30 -0500 Subject: [PATCH] [ADD] Makefile open_selenium --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 1471897..3a45cf8 100644 --- a/Makefile +++ b/Makefile @@ -727,6 +727,13 @@ tag_push_all: open_terminal: ./script/open_terminal_code_generator.sh +############## +# selenium # +############## +.PHONY: open_selenium +open_selenium: + ./.venv/bin/python ./script/selenium/web_login.py + ############ # format # ############