I am facing a problem with the XML code generated with UiExplorer. When I try to point to certain element on this web page using the selector code generated from UiExplorer.
it fetches the values from the web page in current window, though the open browser activity opens a new window and points to the same web page.
If I do the same thing with anchor base activity the sequence works as expected.
The problem is:
I have a web page opened in the a window.
when I run the workflow it opens another window and opens the same web page.
when I read a value of a certain element with anchor base activity the workflow runs as expected.
when I do the same with pasting the selector from UiExplorer it opens a new window but this time it fetches the values from the web page in the earlier window (the one not generated by workflow). If I refresh the window, the element will have new values and now these values will be fetched. hence I concluded the workflow is pointing to that window and not giving out any static value.