ElementClickInterceptedException constructor Null safety
Implementation
const ElementClickInterceptedException(int statusCode, String? message)
: super(statusCode, message);
const ElementClickInterceptedException(int statusCode, String? message)
: super(statusCode, message);