An intuitive utility to help find the CSS path to UI elements on a webpage. These paths are used frequently in a variety of front-end development and QA automation tasks.
One of a set of tools we're offering as a way of saying thank you for being a part of the community.
set srchStr=full-build-target-
set/p XYZ=Enter a value for full-build-target-project:
chgstr.exe "%srchStr% = replace this text" "%srchStr% = %XYZ%" file1
in the above code the first parameter to chgstr: "%srchStr% = replace this text"
must evaluate to the exact string to be search/replaced in file1.