Select option from drop-down box by *katalon recorder*google chrome extension

Just put that function into the target as before :slight_smile:
as seen below:
image
Command: runScript
Target: ;(function($){ $(‘select[name=“chargingPoint.chargingPointType”]’).val(‘111’).trigger(‘change’); })(jQuery);

1 Like