Hi everyone, I’m having issues with Katalon not being able to capture SugarCRM drop down list selection. Capturing other items seems fine but because of the way SugarCRM is implemented its not like a traditional drop down list.
Any suggestions on how I can capture or input this data in?
Thanks
Hi @sonesay_inthavong
Can you try to use Object Spy to save the list item into the object repository and then manually add a Click action in your test case with the target object being the saved item ?
The items in the list may contain some Javascript that block Katalon script that records actions, therefore I recommend using the Spy Tool because it merely inspects DOM elements and are not blocked by the page’s javascript.
Cheers !
Hi, Is Object Spy something inside Katalon studio or a plugin for my browser?