Micro Focus QTP (UFT) Forums

Full Version: Removing Actions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello:
1) After adding a Call to Existing Action, I removed it. But the reference to the action is not being removed. How do I remove them?

2) How to maximize the browser? (without using FullScreen)
I want to use something similar to Window.Maximize

Thanks,
Raj
always follow the rule to put one query per thread.

For your first query -
how did you removed the Action?
in the keyword view, right click the action you want to delete.
Click on delete. the action must be removed.

for your second query - Please open a new thread after searching the forum, this will not be discussed in this thread.
Thanks for the response to the first question.
My first question was regarding removing the missing resources (not the Action it self).
Solution: Double Click on the missing resource and click on Delete

Solution for Second Question:
Code:
Browser("Browser").Page("Page Name")
MyWnd = Browser("Browser").GetROProperty("MyWnd")
Window("MyWnd:=" & hWnd).Maximiz