You are here

public function BrowserNetworkTrait::clearNetworkTraffic in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNetworkTrait.php \Zumba\GastonJS\Browser\BrowserNetworkTrait::clearNetworkTraffic()

Clear the network traffic data stored on the phantomjs code

Return value

mixed

File

vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNetworkTrait.php, line 35

Class

BrowserNetworkTrait
Trait BrowserNetworkTrait @package Zumba\GastonJS\Browser

Namespace

Zumba\GastonJS\Browser

Code

public function clearNetworkTraffic() {
  return $this
    ->command('clear_network_traffic');
}