webdriver_test_tools.common.utils module

Various utility methods for package submodules.

webdriver_test_tools.common.utils.get_base_url(url)[source]

Strips query string from a url and returns just the base url

Parameters

url – The full url to get the base url from

Returns

The url with any query string removed