roots are empty in BasicRobot.robot.hierarchy Swing-assertj - assertj

I’m trying to test swing dialog in desktop application, bit robot couldn’t get any dialog and also the roots is empty
I need to get access to this dialog , it appears in access bridge explore

Related

Not able to handle special characters for mobile app element locator using robot framework and appium

I am trying to test a mobile app using robot framework, appium and eclipse as IDE. My app login has to be clicked using the elements class and content-desc but when I copy the content-desc I notice a special character (Log In) which doesn't get saved in eclipse.
Please help me to find the x path using login or even without it.
PFA the screenshot of the elements at https://i.stack.imgur.com/XE3pg.png
In my case, special character was coming due to the icon associated with the text.
For Appium, it's better to use accessibility ids for finding the elements.
Hope this helps :)

Trouble executing example apps in Examples.xcworkspace , XCode tries to execute them all at once

Thank you for taking the time to read my question. I am quite new to server side development, but do have some experience with Swift.
I opened Examples.xcworkspace.
So my issue is that I am trying to run Tap Tracker, and
1) when I run it I get this in the output terminal (I think the route of the issue must lie here):
2) when I go to the URL, it returns the data from the URL Routing example only
3) when I press the button on the iOS app, it returns the following:
I'm trying to get TapTracker to work on its own, I know that if I open the project on its own and then add PerfectServer and PerfectLib to the project it works, but how do I just run TapTracker if I'm opening it in Examples.xcworkspace?
I'm not sure how you started the program. But I can tell you how I run it successfully.
To execute Tap Tracker only, select Tap Tracker button on the upper left corner of Xcode.
Select Product -> Run
Then you'll see Tap Tracker running on your device.
Tap Tracker needs a corresponding server(Tap Tracker Server) so that it can work.
You can start Tap Tracker Server using the same way as you start Tap Tracker.

How to display Eclipse console error into my alert dialog?

Hi i am creating Dynamic Web Project into Eclipse IDE.
Sometimes the Internet is not working properly so at Eclipse displays an error in the console window.
I am a developer so I can view the error, but I need to display the error to the user while they are using this online application.
I have added try..catch blocks for user-friendly display error to user,
but in some of the places I can't Identify the error and Eclipse is displaying an error in the Console.
So I want to display that Console error into user Screen.
There is any way to display Console error to user...??

Run web project on Server Tomcat 7 with Eclipse

I have big web application that uses GWT. When it starts a dialog window is openning on client side for logging. LogDialog consists of two textfields (password and name). Why when I use option Run on Server from Eclipse I can see only loading picture(it appears from beginnig). But then the LogDialog and main menu dont appear. As I know there is one jscript that Browser have to load to show Logdialog. I tried to view web app from GooGle Chrome and I discovered that it doesnt load Cashier.js (jscript file) and shows to me loading picture. What am I doing wrong? How can I catch the error?
As I know GWT compiler generate the client side Javascript code. The web app uses database for storing logname and pass.

QTP - See through invisible window (JBoss error mask upon returning to page from a popup)

Steps:
QTP identifies a few links on a web App.
I click on this link (using qtp).
Application opens a popup to change a few values.
I submit the Image button after changing the values.
I return back to the original page, which is open in the background (never closed).
But QTP now does not recognize those few links (as said in point 1), instead it only shows a hierarchy upto Page as shown below:
Browser("name:=JBoss Web/2.1.7 - Error report").Page("title:=JBoss Web/2.1.7 - Error report")
I have to use a Browser("name:=JBoss Web/2.1.7 - Error report").refresh code to get the properties visible again everytime I get back from the popup.
Notes - This occurs on a few machines (different behavior on different machines). Very few systems do not show the JBoss error when accessing through QTP. OS, QTP and browser versions are same with default settings.
Upon changing registry value as shown below, I was able to access all of the web elements most of the times. However, at times, I get the JBOSS error (browser,page) mask again which seems to be impenetrable.
[HKEY_CURRENT_USER\Software\Mercury Interactive\QuickTest Professional\MicTest\Packages\StdPackage\Settings]
"SkipWndMovedOut"=dword:00000001
Any suggestions on what needs to be done to access all the elements every time - by surpassing the JBOSS error mask page every time?
Thanks,
Anuroop.
What version of QTP are you using?
This sounds like a known bug which was fixed for QTP10 by hotfix QTPWEB_00065 (there are hotfixes for other versions too).
I suggest you contact HP support in order to get the relevant hotfix.
As a workaround in the meantime you can use Browser's undocumented RefreshWebSupport method which reconnects QTP to the page without refreshing the page.