Open
Description
🚀 Feature Proposal
Allow base URL to contain some path, don't strip it to the site only.
Motivation
Suppose you have to test a multi-language site and a language mark is a part of URL. For example,
https://support.microsoft.com/en-us
Base URL in this case should be "https://support.microsoft.com/en-us" instead of "https://support.microsoft.com", and open
command argument should contains an URL relative to "https://support.microsoft.com/en-us"
So a user will be able to switch easily to another language (e.g. https://support.microsoft.com/ru-ru)