0

I am very new to TOSCA and I don't have a lot of help around me for it, online searches do not seem to answer my question either.

I have scanned a basket page for a website and wish to create a loop to increase the quantity of a single product, but I can't seem to be able to read the quantity already in there, only change it. Is there a way to do this?

I am fine with conditions and loops its just this part of extracting the value from the text box.

Thank you for any help you can give.

1 Answers1

3

You should be able to get the value from a text box by using the action mode buffer. Here is the according section of the manual.

antipodos
  • 316
  • 1
  • 4