Last active
December 7, 2018 06:09
-
-
Save nkgokul/b8407fa7c596ba9e9641184e288ddb83 to your computer and use it in GitHub Desktop.
CCAvenue Update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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