mq.hidayat
New Member
I need to get the PID of FirefoxDriver launch with webriver library. I use the following code:\[code\]FirefoxBinary fxx = new FirefoxBinary(new File("/home/martino/firefox/firefox"));FirefoxDriver fx = new FirefoxDriver(fxx, null);\[/code\]