DesktopApp.get_query_params#

DesktopApp.get_query_params(url=None)#

A method that returns the query parameters of the current URL.

Parameters:

url (str, default=None) – If specified, the method will return the parameters of this argument. Otherwise, the method will return the query parameters of the current URL.

Returns:

Each key in the dictionary is the name of the parameter, and each value is a list.

Return type:

dict