Unable to fill a checkout form using Webpage scripts
|
02-12-2016, 11:16 PM
Post: #4
|
|||
|
|||
RE: Unable to fill a checkout form using Webpage scripts
(02-12-2016 06:35 PM)rviscomi Wrote: Did you make it a private test? I'm unable to see the script, which makes it hard to debug. This is my script.. //Script that works on Production environments. For other environments tweak the DOM elements. logdata 1 logErrors 1 //Homepage navigate http://www.lowes.com //Localize to store setValue id=nav-search-input 28117 clickAndWait id=nav-button-store-search //Category page navigate http://www.lowes.com/Kitchen/_/N-1z0z3a8/pc //PL page navigate http://www.lowes.com/Kitchen-Cabinets/In...Cabinets#! //PD page navigate http://www.lowes.com/pd_336272-66150-33+...34938&pl=1 //Select shipping type clickAndWait id=LD //Add to cart from PD page clickAndWait class=button add //Checkout from Add to cart modal (View cart page) clickAndWait class=ui-button-text //Start secure checkout from view cart //clickAndWait class=btn-shop secure more start-checkout clickAndWait data-action=login //Guest checkout clickAndWait class=btn-shop secure more start-checkout //Enter shipping information execAndWait document.getElementsByClassName('ui-input required firstName').value="test" But using this I was not able to complete the form. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Unable to fill a checkout form using Webpage scripts - dhilipvenkatesh - 02-11-2016, 08:23 AM
RE: Unable to fill a checkout form using Webpage scripts - dhilipvenkatesh - 02-12-2016, 07:05 AM
RE: Unable to fill a checkout form using Webpage scripts - rviscomi - 02-12-2016, 06:35 PM
RE: Unable to fill a checkout form using Webpage scripts - dhilipvenkatesh - 02-12-2016 11:16 PM
RE: Unable to fill a checkout form using Webpage scripts - rviscomi - 02-14-2016, 05:34 PM
RE: Unable to fill a checkout form using Webpage scripts - dhilipvenkatesh - 02-16-2016, 12:48 AM
RE: Unable to fill a checkout form using Webpage scripts - subhammohapatra98 - 12-19-2017, 05:26 PM
RE: Unable to fill a checkout form using Webpage scripts - p30better - 01-19-2018, 08:03 AM
|
User(s) browsing this thread: 1 Guest(s)