I am instantiating the PhantomJSDriver in C# with this code:
Driver = new PhantomJSDriver();
And cleaning it up with this:
Driver.Dispose();
Driver = null;
Should the process exit or stay in memory? If it is supposed to stay in memory, visible in the Windows 7 task manager, can I kill it programmatically? Should I?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…