How To Write some Text in XML file in Particular Element

@Logesh_Kumar
PFA a sample xaml Logesh_Kumar.xaml (9.1 KB)

Doing Following:

  • creating a element
  • setting element Value
  • adding attribute
  • adding the element on the end to the body element
  • saving the edited XML

I was wondering that namespace was not required. But with logging out some element names It gave me some structure insights.

There a many ways to do such thing (eg working with strings like <abc attri1="val1">SomeText</abc>)
so just do some playing by yourself and I can recommend to have a look on Docus e.g. @KarthikByggari has referenced in his answer.

Happy Automation :slight_smile: