List Icon
Archiv Mailingliste

2019 bis Juli 2022  2018  | 2017 2016 2015 | 2014 | 2013

Die Mailingliste ist seit Juli 2022 geschlossen, dient aber weiterhin als Informationsarchiv zu QF-Test.
Wenn Sie über Neuerungen zu QF-Test informiert bleiben wollen, können Sie einfach unseren Newsletter abonnieren:
Newsletter abonnieren


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[QF-Test] Clicking on character within line of text


  • Subject: [QF-Test] Clicking on character within line of text
  • From: Dennis Page <dnp@?.gov>
  • Date: Tue, 08 Jan 2013 16:04:17 -0800

I'm using QFTest to control the execution of an Eclipse application.  I
have a text box (org.ecliple.swt.custom.StyledTest) and I'm trying to
click on a specific character within a specific line.  I've been able to
click on a specific line by using <component name>&<line no> for the
component id. I've been unable to find a way to click on a character
within the line.  I don't want to use a pixel offset for the X
coordinate since that will vary with the Font size.

Is there a way to click on a character within a line?

Dennis