Get currently supported browsers: /rest/v1/info/browsers (GET)
string $termination Optional termination (one of "all", "selenium-rc", or "webdriver'):
array
public function getBrowsers($termination = '') { if ($termination) { return $this->execute('GET', 'info/browsers/' . $termination); } return $this->execute('GET', 'info/browsers'); }