How to simulate check-box to be enabled?
Hello guys,
I am trying to click-on a check-box which is created during scenario verification.
Here is the flow:
During a recording scenario, I add ann item which generates a row in the html and a check-box with some ID.
I click on the check-box t.a pop-up displays, which confirmation sends an e-mail- but now action is recorded in the recorder when the check-box is selected:
I extract the ID of the check-box and save it into a variable.
So when I try to verify the scenario, another row is added in thr html with different ID. I call the variable again for the new added ID of the check-box, but the send e-mail seems to be for the firstly used /recorded check-box.
Could someone propose any ideas on how could I simulate a clicking/selecting the appropriate check-box?
Kind Regards,
Stoyan.
HI all,
The problem was solved by using data corelation and data selectors.