Skip to content

Conversation

@wgamboa
Copy link
Contributor

@wgamboa wgamboa commented Mar 28, 2011

browser
        .chain
        .session()
        .open('http://www.pcmag.com')
        .waitForPageToLoad()
        /* 'json|xml|txt' */
        .captureNetworkTraffic('json', function(traffic) {
            fs.writeFile('traffic.json', traffic);
        })
        .testComplete()
        .end(function(error) {
        });

    
    browser
            .chain
            .session()
            .open('http://www.pcmag.com')
            .waitForPageToLoad()
            /* 'json|xml|txt' */
            .captureNetworkTraffic('json', function(traffic) {
                fs.writeFile('traffic.json', traffic);
            })
            .testComplete()
            .end(function(error) {
            });
@wgamboa
Copy link
Contributor Author

wgamboa commented Mar 28, 2011

Please see http://saucelabs.com/forums/viewtopic.php?pid=1343 for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant