/** * Sets the current browser. * * @param string $browser The browser to set as current. * * @return void * * @since 1.7.0 */ public function setBrowser($browser) { $this->browser = $browser; }