List Icon
Archive de la liste de diffusion

La liste de diffusion est fermée depuis juillet 2022, mais sert toujours d'archive d'informations sur QF-Test.
Cependant, si vous souhaitez rester informé des nouveautés concernant QF-Test, vous pouvez simplement vous abonner à la newsletter :
abonner à la newsletter 


[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