I am testing desktop application which can have few instances running same time. I need to test drag and drop of object from some instance of application to another one.
The difference between two instances as follow:
Code: Select all
// First form instance
'/form[@title~$FormTitle and @instance='0']'
// Second form instance
'/form[@title~$FormTitle and @instance='1']'
Can somebody give suggestion to how handle it? Pls.
Thanks,
Felix.