Skip to content

merge_pr_51868

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 17:23

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.