10-09-2012 03:21 AM
Hi All,
I need to configure BrowserField to default browser propertises, for that what i need to do. Because i am running one url that working in default browser but through BrowserField it is not working. The url is redirecting to another url. So I think some one have worked on like this issue, Please help me....
Thanks
10-18-2012 04:39 AM
Hi All,
If any one fixed this issue then please help me.
Thanks
10-19-2012 10:57 AM
10-20-2012 04:03 PM
Hi, Please use the following code..
BrowserSession browserSession = Browser.getDefaultSession();
browserSession.displayPage("http://www.google.com");
10-22-2012 12:45 AM
Hi,
Thanks to All....
I am calling a url through my app, for that i used browserfield but iam getting error like " Could not select proper Transport Descriptor for://url " ; but same url putting into the default browser it was working. So i think i was missing some setting in my browserfield.
Using browserSession it is opening in default browser, in a URL Redirection case if i click back button it is not work, i want double click back button then only i can reach my home screen, that's what iam not used browserSession.
But OS 6 browserfiled it is working not working in OS5.
Thanks
10-22-2012 03:33 AM
10-22-2012 05:51 AM
Hi pankajace12,
Thanks for your response. Already i using same code only but it is not working.
10-22-2012 06:07 AM
10-22-2012 06:09 AM
10-22-2012 06:20 AM