![]() |
|
Removing Actions - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Removing Actions (/Thread-Removing-Actions) |
Removing Actions - Raj20091 - 10-08-2009 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 RE: Removing Actions - Saket - 10-09-2009 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. RE: Removing Actions - Raj20091 - 10-09-2009 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") |