+ 10
How to destroy the opened browser tab without selinum drivers in java
I tried to open a browser using java at the same time close current open tab only please guide me. it's more helpful for me guys...
3 Antworten
+ 10
I don't think the Java language specification provides access to a TAB of the browser. You might need a framework for that, e.g. the one you mentioned.
You can close the browser (use exec command or a thread for that), but not a single tab.
+ 5
I tried to kill process but entire browser destroyed I'm not looking for that expected answer kill previous open tab on browser
+ 5
why we need to depend other frame works ...thanks for your suggestions