Hi.
I am simulating a click on an entity within a web page.
What I would like to do is to parametrize the entity name and pass it the value from the local data table I created.
I am unable to create a parameter, therefor, unable to bind the data table to the step.
My step is:
Pages.Kenshoo.FrameMainViewIframe.BUTestLink.Click(false);
I need the BUTestLink to be a parameter and binded to the data table.
thanks for the help!