merge_pr_51868
Fix #51845: Remove implicit session creation from webdriver
Nowhere do we actually intend on relying on the implicit session
creation behaviour, and it actively causes problems when the browser
crashes during wdspec tests (because we'll create a new session to run
the cleanup commands).
Therefore, let us simply just remove the implicit session creation
altogether, thereby obliging people to deliberately and explicitly
start their session.