Intellisense is not working in UFT 12 ‘With’ block
♥ 0 |
Intellisense is not popping up in my script when I call a function that is within a ‘With’ block. For example: CheckLink Browser("Google").Page("Automation Testing Software").Link("Get Started Now") ‘This works fine! With Browser("Google") Function CheckLink (objLink) When the . is typed, intellisense should open allowing you to select methods and child objects. It doesn’t work. The only thing displaying is the function tooltip. However, if the code looks like: CheckLink Browser( or With Browser("Google") then intellisense works as expected. The problem only is when the function call is within a ‘With’ block.
Marked as spam
|