Which activity will return a Boolean value?
Which activity will return a Boolean value?
The activity that will return a Boolean value is 'Image Exists'. 'Image Exists' is specifically designed to check the presence of an image and returns `true` if the image is found and `false` otherwise. Other activities like 'Find Image', 'Wait Element Vanish', and 'Element Scope' do not directly return a Boolean value.
Correct