I have a web application on cloud, that has a terminal emulator in it. I need to write and fetch the values inside the terminal emulator.
When I try to spy it, it gives me this Xterm class for that emulator. Does Ranorex support this technology?
Does Ranorex Support Terminal Emulator(talking about XTERM)
-
- Posts: 1
- Joined: Tue Jun 18, 2019 3:49 am
Re: Does Ranorex Support Terminal Emulator(talking about XTERM)
Terminals usually do not have objects for Ranorex to recognize, just text. Try using the GDI plugin as this can usually capture rawtext elements. Otherwise, you may need to use a workaround such as image-based automation, pixel-based clicks, or if just validating the data, you can copy the text to your clipboard and validate the clipboard's text (via code).
GDI: https://www.ranorex.com/help/latest/ran ... e-feature/
Image-based automation: https://www.ranorex.com/help/latest/ran ... troduction
GDI: https://www.ranorex.com/help/latest/ran ... e-feature/
Image-based automation: https://www.ranorex.com/help/latest/ran ... troduction
Re: Does Ranorex Support Terminal Emulator(talking about XTERM)
Hi,
N612 is completely right. UI test automation tools are not capable of reading content of terminal windows and do any actions in them (except sending simple keystrokes). Your best hope (aside GDI Capture), is to (somehow) redirect the content of terminal window to file and process such file via string parser methods. But this may help you only to get and validate the content of terminal window, but not actually control it.
N612 is completely right. UI test automation tools are not capable of reading content of terminal windows and do any actions in them (except sending simple keystrokes). Your best hope (aside GDI Capture), is to (somehow) redirect the content of terminal window to file and process such file via string parser methods. But this may help you only to get and validate the content of terminal window, but not actually control it.
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration