1

I need to add white space before and after my input value in feature file for example

| firstName | | test |

the value retrieved from html is SPACEtestSPACE - note SPACE is actual space.

I tried giving it in single quotes like | ' test ' | but it didn't work as it is pulling the quotes as well.

1 Answers1

1

enter image description here

Adding spaces between "< and > " is enough to do it.

refer the console

enter image description here

Bharath Kumar S
  • 1,410
  • 2
  • 10
  • 29