I've started work on automating our Sandbox testing (JSON flows).
And the issue on hand atm is that i have a response area where all the requests and responses are shown.
I need to get the InnerText of the last child element of the repository item that displays all this info.
So the repository item will be the "Div'yui-log-bd' and in this case i will need the InnerText from the last child element aka "Div 'Application is not connected to the server.'. As info can be different the child elements name can also be different.
So the question is how can i achieve this with C#?