Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is it possible to get requests sent by browser in Browser Automation?
@sam99 Not yet. But this functionality is planned. You can use the fiddler program.
I want to sniff and automate requests with old request paramters so fiddler is not great option for this.
@sam99 BAS has complete control over net traffic, but it is not yet implemented as api. Only this http://wiki.bablosoft.com/doku.php?id=how_to_get_request_result Later will be possible to change requests and responces and inspect all data.
@clarabellerising thank you, appreciate the help
Bump
@Marketmaker, what dialect are you using?
{ "requestTimeout": 300000 } should work for MySQL and MariaDB, for MicrosoftSQL you need to use{ "options": { "requestTimeout": 300000 } }
I think I figured out how to do it, thanks
Headers in BAS are absolutelly the same as in chrome, they just doesn't show in web inspector correctly.
0_1463244996957_headers.png