我有一个UFT脚本,在第二个动作中,我需要更改URL DURING测试执行,因为需要在第一个URL中登录时获得的权限才能在第二个URL中工作。不要在新的工作表或窗口中工作。 有人可以帮帮我吗? 这是我的代码:
'Int user
Browser("Inicio").Page("Inicio").WebEdit("userid").Set "user"
Browser("Inicio").Page("Inicio").WebButton("Entrar").Click
Wait 3
'Int Pass
Browser("Inicio").Page("Inicio").WebEdit("password").Set "pass"
Browser("Inicio").Page("Inicio").WebButton("Aceptar").Click
Wait 10
' Change URL for work:
'In this point, i need help
答案 0 :(得分:0)
不清楚你问的是什么。我的猜测是什么
如果是这样,那么您可以使用浏览器页面的 GetROProperty 。所以代码就像
Browser("Inicio").Page("Inicio"). GetROProperty ("URL")