-
Hi @filips123 For example, I want to launch the YouTube PWA on the search page about the "Frontend" topic: Method 1
Method 2
But these commands don't work, please help me. |
Beta Was this translation helpful? Give feedback.
Answered by
filips123
Feb 7, 2023
Replies: 1 comment 1 reply
-
To launch PWA on a custom URL, you need to provide SET AppPath4="..\PWAsForFirefoxPortable\App\PWAsForFirefox\firefoxpwa.exe"
SET AppPrm4=site launch 01GQNVWPT3AP3AMS8PKRQJTJ0B --url "https://www.youtube.com/results?search_query=Frontend"
START "" %AppPath4% %AppPrm4% |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xmha97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To launch PWA on a custom URL, you need to provide
--url
parameter. This should work: