BrowserImpl
Implements the Browser
interface, providing concrete values for the browser's name and version.
This class extracts the browser's name and version from the provided com.tecknobit.kinfo.model.Browser
object, ensuring null-safe values are used via the safeValue()
method from the WebInfoItem
interface.
Author
N7ghtm4r3
Parameters
parsedBrowser
The Browser
object containing the parsed browser information, used to extract the name and version.