Skip to content

Instantly share code, notes, and snippets.

@nkgokul
Last active December 7, 2018 06:09
Show Gist options
  • Save nkgokul/b8407fa7c596ba9e9641184e288ddb83 to your computer and use it in GitHub Desktop.
Save nkgokul/b8407fa7c596ba9e9641184e288ddb83 to your computer and use it in GitHub Desktop.
CCAvenue Update
//Login page "https://mars.ccavenue.com/mer_register/memberLogin_ccav.jsp?logintype=m"
window.location.href = 'https://mars.ccavenue.com/mer_register/pOrd/viewPendingOrders.jsp';
$$('input[type="checkbox"').forEach(function(ele,index){ele.click()});
$$('select[name^="delivery"').forEach(function(ele,index){ele.value="Courier"});
$$('textarea[name^="delivery_"').forEach(function(ele,index){ele.value="Courier"});
$$('input[value="S"').forEach(function(ele,index){ele.click()});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment