我可以使用sahi脚本从浏览器打开firefox浏览器,如:
var $path = "C:\\Program Files\\Mozilla Firefox\\firefox.exe";
//var $name = "firefox";
var $browseroption = " -profile D:\\sahi_pro_V4.0\\userdata\\browser\\ff\\profiles\\sahi1 -no-remote";
_execute($path + $browseroption);
但是,当我在此之后给出_navigateTo时,它会在第一个浏览器中执行。是否可以在新打开的firefox浏览器中运行它?