Test execution using Mac

Hello.
I’m new to automated testing, trying to learn Katalon.
I have three questions:

  1. I can’t change browser to execute tests. It is always Firefox. I read this article https://docs.katalon.com/plugins/servlet/mobile?contentId=5112178#content/view/5112178
    but this is Windows interface, in a Mac you don’t have “default execution browser” section.
  2. when doing Spy Web to capture objects, how to load full DOM Map? Again - in windows it is Alt + Ctrl + '. But how to make it in Mac? I tried all different keys, didn’t work out.
  3. And the last one - about keyword “Get …”. For example - Get all links on current page. I tried this keyword, it works, but where do the results store? I can’t find them anywhere.

andy said:

Hello.
I’m new to automated testing, trying to learn Katalon.
I have three questions:

  1. I can’t change browser to execute tests. It is always Firefox. I read this article https://docs.katalon.com/plugins/servlet/mobile?contentId=5112178#content/view/5112178
    but this is Windows interface, in a Mac you don’t have “default execution browser” section.
  2. when doing Spy Web to capture objects, how to load full DOM Map? Again - in windows it is Alt + Ctrl + '. But how to make it in Mac? I tried all different keys, didn’t work out.
  3. And the last one - about keyword “Get …”. For example - Get all links on current page. I tried this keyword, it works, but where do the results store? I can’t find them anywhere.

Hi there,

To address your current questions , please find out below answers:
1. Currently this settings is removed from 5.3. We will bring it back to our next version. The current default browser will now be served as your latest selected browser.
2. Load DOM Map feature has been removed completely . So you can’t use this feature anymore
3. Results are stored as a list when you use it, e.g:
def results = WebUI.getAllLinksOnCurrentPage