Skip to content

Instantly share code, notes, and snippets.

@ducfilan
Last active February 18, 2019 06:44
Show Gist options
  • Save ducfilan/1bf4ac71fb5917339bec1aec3dc1e180 to your computer and use it in GitHub Desktop.
Save ducfilan/1bf4ac71fb5917339bec1aec3dc1e180 to your computer and use it in GitHub Desktop.
$("#selectOrigin").val("KIX").trigger("change");
$("#selectDestination").val("HAN").trigger("change");
$("#ctl00_UcRightV31_TxtDepartDate").val("27/11/2018");
$("#ctl00_UcRightV31_TxtReturnDate").val("29/11/2018");
$("#ctl00_UcRightV31_CbbCurrency_TextBox").val("JPY");
$("#ctl00_UcRightV31_BtSearch").trigger("click");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment