From a7cc959d5f1311ae928dd077b376570351ef5259 Mon Sep 17 00:00:00 2001 From: Areeb Faisal Date: Mon, 16 Mar 2026 09:25:08 +0500 Subject: appiumtests: Fix Readme.md rendering --- appiumtests/Readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'appiumtests') diff --git a/appiumtests/Readme.md b/appiumtests/Readme.md index eac841e58..4409d1cca 100644 --- a/appiumtests/Readme.md +++ b/appiumtests/Readme.md @@ -1,7 +1,19 @@ -Instructions: +# Instructions: +```bash chmod u+x dolphintest.py +``` + +```bash python3 -m venv .venv +``` + +```bash source .venv/bin/activate +``` + +```bash selenium-webdriver-at-spi-run ./dolphintest.py +``` + -- cgit v1.3