Removes hardcoded elements to be clicked, instead relying only on the provided selector(s) or the body element if none are provided.
Minor additive change for the new firstInputSelector interface. Technically a breaking change for anyone relying on the fact the main, nav, etc. were being clicked before.
Issue
Fixes #21.
Details
Removes hardcoded elements to be clicked, instead relying only on the provided selector(s) or the
body
element if none are provided.Minor additive change for the new
firstInputSelector
interface. Technically a breaking change for anyone relying on the fact themain
,nav
, etc. were being clicked before.CheckList