gargl
gargl copied to clipboard
Record web requests as they happen and turn them into reusable code in any programming language.
Hi Joe, when I edited the sample.gtf from the repository, then - removed whole Function2, - from Function1 I removed requests or response headers (which are optional). A subsequent import...
Only generated JavaScript packages and the [Gargl Python project](https://github.com/KarolTx/pygargl) currently support this. For reference: https://github.com/jodoglevy/gargl/issues/25#issuecomment-306057291
Hi Joe, I am a big fan of Gargl. Now I have a problem, when I click on some certain buttons, I can get post requests of XHR from network...
When we use the Gargl chrome extension, we found that chrome does not record all of the information of certain responses. For example, after solving Google's ReCaptcha correctly, chrome does...
Hi, I am trying to use Gargl and pygargl to download a xml file from website. After get into the website, I need to click some selections to confirm which...
The error was : Parameter.java:[56,18] for-each loops are not supported in -source 1.3 [ERROR](use -source 5 or higher to enable for-each loops)
Hi, I'm using Gargl and it's awesome ! However I have a question : is there any way to get attribute value of an element ? For exemple get the...