After click the clone link. the page will pop out a same windows to ask input the value. then call the java script function.
this is the page source code for onCloneFilter function
function onCloneFilter(name) {
var new_name=prompt('Please type new filter name:','');
if (new_name == "") {
return false;
}
how can I call this function by using java Selenium