Votes
Answers
Views
Question
2
votes
1
answer
70
views
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") .Page("Google")....