Begin conversation at a URL absolute or relative to base URL. Use
getTestContext().setBaseUrl(String)
to define base URL. Absolute URL should start with "http://", "https://" or "www.".
Go to the given page like if user has typed the URL manually in the browser. Use
getTestContext().setBaseUrl(String)
to define base URL. Absolute URL should start with "http://", "https://" or "www.".
So, one says "Begin conversation at URL absolute or relative to base URL", while the other says "Go to the given page like if user has typed the URL manually in the browser". This doesn't help me in the slightest in understanding them (well, specifically the former; the latter makes sense). What's the actual difference between them? Which should I be using, and when?