Commands\ResourceCommandTests.cs (13)
49CreateCommand("wait-for-browser", "Waits for text in the browser."),
50CreateCommand("configure", "Configures the browser."),
55CreateCommand("wait-for-browser", "Waits for text in the browser."),
83CreateCommand("wait-for-browser", "Waits for text in the browser."))
255CreateCommand("inspect-hidden-worker", "Inspects the hidden worker."))
1256CreateCommand("configure", "Configures the resource."))
1988CreateCommand(
2030CreateCommand(
2091CreateCommand(
2131CreateCommand("configure", "Configures the browser.", CreateArgument("selector")))
2165CreateCommand(
2243CreateCommand(
2341return CreateCommand(name, description: null, argumentInputs);