BELLATRIX
BELLATRIX copied to clipboard
Problems with BrowserServices
Hello, I have a problem with the methods from the BrowserServices. For example:
- App.Browser.Maximize(), App.Browser.Back(), App.Browser.Forward(), App.Browser.Refresh();
It seems that they do not work. There are no errors thrown on execution or in debug, just the specified action does not happen. My code is very simple. I am clicking on an item name and it opens another page/view in the same tab. After some checks I want to go back to the main page. I`ve tried with App.Browser.Back();, with or without App.Browser.WaitUntilReady(); Can you, please give me any suggestions here?