sessionTypeFirefox property
The session is running on the Firefox browser
Implementation
SessionTypeFirefox? get sessionTypeFirefox {
if (this is SessionTypeFirefox) {
return this as SessionTypeFirefox;
}
return null;
}
The session is running on the Firefox browser
SessionTypeFirefox? get sessionTypeFirefox {
if (this is SessionTypeFirefox) {
return this as SessionTypeFirefox;
}
return null;
}