我的流程需要完成以下动作:
- 在浏览器第一个选项卡的网页(网页1)上点击链接,在同一选项卡中进入网页2
- 在网页2中点击按钮,打开新的选项卡(选项卡2)
- 在选项卡2中完成操作后(此时选项卡2在最前端),关闭此选项卡
- 在选项卡1中执行“后退”操作,返回页面1.

我用NNavigateBrowse活动来执行关闭选项卡和返回,发现无法关闭选项卡,但是能执行返回(尽管选项卡1并不在最前)。
我用发送热键替换关闭选项卡,也会报错。

请问该如何解决?关闭选项卡活动能指定关闭哪个选项卡吗?
我的流程需要完成以下动作:


请问该如何解决?关闭选项卡活动能指定关闭哪个选项卡吗?
First thing if you are not staying on webpage 2 then why not use navigate url to go to first tab…also whichever tab it is it should still be same
Also rather than click in step 1…you can get the url and open in complete different window use it and close so that web page 1 stays like that or get get all urls at once and use loop and navigate
Cheers