How do we use WebKit-Gtk-Launcher as a client custom browser. I am using java as language + scripting. I have used the following api for the setup. setUp("http://localhost:4444/", "*custom /home/shashidhar/WebKit-r60144/WebKitBuild/Debug/Programs/GtkLauncher"); Using this it opens only a single instance of GTKlauncher were frame Command History (Blank) is shown. But the test file is not loading in GTKlauncher. i.e the actual test case is not executing. It stops running from there onn. Is there any solution so that i can go ahead...