我正在尝试复制Google gmail中显示的确认链接的URL。 由于某些原因,我不能单击它,popupblocker会捕获到它(即使有例外)
Katalon Recorder的文档非常有限:(
可以使用selenium命令完成吗? 我尝试了一个JS代码段,但真的不知道如何正确形成它...
Tried:
(command | Target | Value )
runScript | document.getElementById("Verify Email"); | Verification link
storeEval | xpath=(.//*[normalize-space(text()) and normalize-space(.)='Show original'])[1]/following::p[3] | Verification link
这个问题都没有道理... xpath是从录制时的命令单击中复制的。不适用于商店Eval ...
我想存储按钮/链接的URL并将其作为变量存储在Selenium Recorder中