0
votes
0answers
17 views

printing issues with firefox or GWT

I am working on some project based on Java and GWT. Following is the description of one of my module. I have GWT contentFrame (iFrame after browser render) and i have one print button to print the ...
2
votes
0answers
22 views

How to persist session in firefox when calling another servlet in the parent window

I am using Window.open("servletUrl","_parent","") in my code to call the servlet for downloading a file; I am also using session object containing set of dto in my servlet. But when I am using ...
0
votes
0answers
38 views

Selenium firefox profile opening pdf read when pdfjs.disabled is true

I am trying to download a pdf file using Selenium web driver with Java. This was working fine the last time I run it about 2 weeks ago, but now every time it clicks on the pdf link it is opening the ...
0
votes
2answers
46 views

Input field hiden by title in selenium

I'm working on an automated selenium test which has a header with a fixed position. div#floatingDiv { position: fixed; background-color: #000000; color:white; ...
1
vote
0answers
46 views

Checking if Java Platform SE is enabled on Firefox

I want to run applet on client system but before that I want to check if java plugins are installed and enabled There are two java plugin in Firefox. Java Deployment Kit Java Platform SE I want ...
-2
votes
2answers
47 views

how to change the file download location of firefox using java [closed]

I'm using java with selenium to download multiple files from a site using firefox browser. I need to save those files of specific format to a specific folder path and others to another specific path. ...
0
votes
4answers
52 views

Firefox plugin to monitor http headers sent to a REST Web service

I have a webapp accessing some REST APIs. Now the REST APIs need some headers to be added to the request. I already have the code for adding the headers in my webapp but i need to verify if it is ...
-1
votes
0answers
267 views

Applet security exception: firefox

I have an applet that I'm trying to run on a webpage. Right now I'm just testing with Firefox and when I try to load the page the applet isn't running and clicking on it brings up a box saying: ...
-1
votes
0answers
24 views

Java + Firefox + Print Html [closed]

I'm generating a page html dinamically with a java program that has a button to open this file on the firefox, the objective is print this file. In the html page I put a created image from a form and ...
0
votes
2answers
23 views

File name changed by Browser on download

My file download works good, except when certain characters are in the file name. When I have the following characters in the file name Firefox replaces the characters with an underscore. Does ...
0
votes
1answer
41 views

Embedding Microsoft Word in a browser window (cross-browser)

Background Our web application stores Microsoft Word documents which users want to edit (ideally with Word) in their browser of choice. To access the web application (and the documents), users must ...
1
vote
1answer
26 views

Applet tag fallback / alternate content

In Chrome and Firefox if the Java plugin is disabled it simply displays the "plugin disabled" box in place of the applet. However, I need it to display the alternate content instead. <applet ...
0
votes
0answers
106 views

SWT embedded with Firefox

package com.fenbeisoft.user; import java.util.ArrayList; import org.eclipse.swt.SWT; import org.eclipse.swt.browser.Browser; import org.eclipse.swt.browser.OpenWindowListener; import ...
0
votes
0answers
27 views

Invoking Applet Methods - Firefox 12 bug

I have one problem with Firefox 12 (newer Firefox works well, and another browsers works well too). In Firefox 12 MyApplet is undefined. In another browsers everything works well. In newer Firefox ...
0
votes
0answers
16 views

Web Page is clocking after streaming rtf file

I'm streaming an RTF file in a Java tapestry web application final HttpServletResponse response = cycle.getRequestContext().getResponse(); ResponseOutputStream output = new ...
0
votes
0answers
68 views

Vaadin double click and browser behavior

I'm developing a Vaadin application (with version 6.8.10) with a tree component. We need to react to item's double clicks. But in our cross-browser tests we founded that the double-click doesn't work ...
0
votes
1answer
165 views

Selenium WebDriver extremely slow on Firefox

I am running Selenium WebDriver 2.31.0 with Java, both on 64-bit linux and 64-bit windows. Our pages load pretty quickly, about 2 seconds. However, running WebDriver tests pages can load for 30seconds ...
0
votes
0answers
69 views

how to configure mozilla firefox proxy setting with java?

i want to configure mozilla firefox proxy setting with java for special goal , is there any way for reaching this end ? if it's not how can i configure the whole system proxy setting with java ? ...
0
votes
1answer
75 views

Session id changes between two requests

i am using session id to store files uploaded by a particular user and when user clicks on a button, these files get downloaded. However, There is a problem that I am facing. When i am creating the ...
1
vote
0answers
219 views

Does Crystal Report Support Printing In Chrome?

We have a legacy system that's based on Java EE and Crystal Report. The problem is, printing option only works in IE. In Chrome or Firefox, when clicking Print button, it opens Print To PDF dialog. I ...
1
vote
2answers
353 views

Selenium / Java / Firefox: Command “.click()” doesn't work with a found element

I tried to find a solution to this thing and I spent a lot of time, but it is almost imposible to me to do that. The matter: I am using Selenium with Java in Firefox. I need to find an element (a ...
0
votes
1answer
200 views

Auto download pdf files in Firefox

I'm doing tests with Selenium and JUnit. I'm trying to export a report (pdf and xls). With Selenium, I click the download link, and do a verifcar to assert that the file is in the correct folder. I ...
0
votes
1answer
63 views

Deploying WebGoat in Firefox

I have just downloaded WebGoat 5.4 I have unzipped the file and clicked on the webgoat.bat file. However, when I type in [http://localhost/WebGoat/attack] in Firefox, a warning by IIS crops up ...
0
votes
1answer
47 views

Why does the serial number on Google's certificate as returned by Java's SSL differ from that returned from Firefox and Chrome?

I am using the following code in Java to print out various properties of Google's certificate. import javax.net.ssl.SSLContext; import javax.net.ssl.SSLSession; import javax.net.ssl.SSLSocket; import ...
0
votes
1answer
448 views

export to excel using javascript in firefox insted of .xls .xls.part is comming

<!DOCTYPE html> <html> <head> <title>tableToExcel Demo</title> <script> var tableToExcel = (function() { var uri = 'data:application/vnd.ms-excel;base64,' , ...
0
votes
2answers
858 views

Selenium WebDriver mouse actions moveToElement doesn't raise mouseout event on Firefox Linux

I have been trying to test a tooltip in my web page using Selenium WebDriver with Firefox 19. I'm basically trying to use mouse actions to hover over the element that has the tooltip attached in order ...
0
votes
1answer
897 views

cannot find firefox binary in path

I am getting error: Failed: org.openqa.selenium.WebDriverException Cannot find firefox binary in PATH, make sure firefox is installed. OS appears to be WIN8 I am using Selenium v 2.30 and Firefox ...
1
vote
1answer
88 views

any tool to check if servlet filter is working or not

I have configured a servlet filter for the url pattern /webapp/test/**. The name of the filter is MyTempFilter. Can we check if the request containing the pattern /webapp/test/** is intercepted by ...
1
vote
2answers
196 views

Parser for Exported Bookmarks HTML file of Google Chrome and Mozilla in Java

How can i parse the exported bookmarks file from Google Chrome and Mozilla Firefox in Java.Is there any libraries available to parse them directly and obtain the URLS in them. Also sample codes for ...
1
vote
2answers
2k views

Example Maven pom.xml for Java-based Selenium-WebDriver project for Firefox

I would like to automate Firefox using Java through a Selenium-WebDriver project. As I never used Selenium nor Maven before I am not familiar with how to set up a suitable Maven pom.xml file to ...
1
vote
1answer
84 views

How can I force Firefox18 to prompt for filename if file already exists in download location?

I am having trouble getting Firefox to prompt me for the filename when it saves a file. I had this working but after a recent upgrade to version 18, it stopped working. No matter what I try, ...
1
vote
0answers
180 views

Java Clipboard: Paste HTML from Firefox on Linux

I have a strange problem when pasting HTML from Firefox into a Java6 app (only!) on Linux. Here is a minimal example: import java.awt.Toolkit; import java.awt.datatransfer.Clipboard; import ...
1
vote
1answer
37 views

How are things embedded inside of a browser?

Adobe embedded flash and Oracle embedded Java. How does one go about embedding external programs inside a browser. I'm on Linux BTW.
-1
votes
1answer
65 views

imacros keyword verification

I have a macro that auto fills a form. but sometimes after autofilling the form i need to check my email for a link to 'complete filling in the form' (kinda like a verification). sometimes it asks me ...
2
votes
1answer
1k views

Bad applet class name after upgrade to JRE 1.7.0_13

I have a Firefox extension loading a Java jar included with the extension itself. I used to use the window.java DOM object so I could do var loader = java.net.URLClassLoader.newInstance(urls); const ...
1
vote
1answer
417 views

Java applet not working in firefox

I'm sure this question has been solved, but I can't seem to find the answer I'm looking for. I'm trying to display an applet on firefox, but I can't get it to display with firefox warning me about ...
5
votes
2answers
1k views

Selenium WebDriver: clicking on elements within an SVG using XPath

I have an SVG object with a few circle and rectangle elements. Using webdriver, I can click on the main svg object, but not any of the elements within it. The problem only seems to be with clicking ...
0
votes
2answers
1k views

How to add java plugin for Firefox on Linux? [closed]

I want to add java plugin for FireFox (v10.0.12) on Linux(Centos 5.6 64bit). I have JDK 1.7.0_12 installed, and add a symbolic link to plugin folder under /usr/lib/mozilla to the file libnpjp2.so ...
1
vote
1answer
90 views

Manifest app validation for Firefox Marketplace using GAE for Java

I want to upload my app to the Firefox Marketplace. When I try to validate my app manifest (called manifest.webapp), I got the following message: JSON Parse Error Manifests must be served with ...
0
votes
1answer
256 views

Firefox Selenium Driver fails to load arbitarily

I have this code for creating my web driver. Now this code works fine if I create the driver 1 by 1. The problem arises when creating these drivers on multiple threads. public static WebDriver ...
2
votes
1answer
225 views

Applet popup gets a hovering warning icon outside the dialog

We're using Firefox 18.0.1 deployed in a kiosk-type environment to run a signed applet. Both the JDK and the JRE are JavaSE 7u11. The signed jar lets us do all the things that a sandboxed applet ...
0
votes
1answer
593 views

How to use custom Firefox Profile with Selenium? ( JAVA ) ( And pass Html Authorization Window )

How can I use Selenium with JAVA with a custom Firefox Profile?
0
votes
0answers
36 views

Java class which provides real-time date for external web browsers

Are there any Java classes which provide real-time data for external web browsers like chrome, IE, firefox, or safari? An example of real time data would be the most recently requested URL. The only ...
2
votes
0answers
94 views

Firebug disabled in WebDriver after adding to profile

I can't seem to figure out why my Firebug extension shows that its disabled when I try to click on it within the Firefox WebDriver. Here's what my code looks like, I got some of the code from this SO ...
2
votes
1answer
547 views

Selenium WebDriver setting ImplicitlyWait does nothing

Here is the entirety of my test class in Java, minus imports. public class GoogleTest { private WebDriver driver; @Before public void setUp() { driver = new FirefoxDriver(); ...
2
votes
1answer
247 views

use java in FireFox 16,17,18 +

I am using Java in my FireFox extensions and I am unable since Mozilla stopped supporting Java in FireFox 16,17,18 . So I found that using LiveConnect it was possible before but now it's not. Is ...
0
votes
0answers
98 views

Oracle EBS can't load applet on firefox

i use IE in common for accessing oracle ebs.. but sometimes i'd like to use firefox for doing job in oracle ebs.. what should i do to makes my firefox able to load ebs form (the web-based menu is ...
1
vote
1answer
215 views

How to embed Mozilla firefox 17 inside java swing application?

I am trying to run mozilla firefox within java desktop application. I gone through Embed Firefox browser in Java Swing this link but look like it will not work now as it requires MozillaInterfaces.jar ...
1
vote
0answers
182 views

javascript click the flash/swf button on page

I am working on iMacros script (iMacros is addon for FireFox and it supports JS). I want to write a JavaScript code which will click swf button and open it to read image file from Hard Drive and ...
0
votes
2answers
110 views

Transferable / URL export: Transfering bookmark data between Java App and Mozilla

I'm writing a Java application and I want to integrate a feature to somewhat modify bookmark data from Mozilla. This sounds very complicated, but it's only a drag and drop issue: 1) I can't really ...

1 2 3 4 5