Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Browser on Linux vs "navigator.product"/"navigator.productSub"


Hi Christopher,

What context do you see these properties returning as empty?  I see "Gecko" and a version string if I run the lines below any time after creating a Browser.  

browser.execute("alert(navigator.product);");
browser.execute("alert(navigator.productSub);");

Grant

Back to the top