Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 415569
Collapse All | Expand All

(-)a/org.eclipse.jubula.rc.common/src/org/eclipse/jubula/rc/common/tester/AbstractTableTester.java (-2 / +1 lines)
Lines 594-600 public abstract class AbstractTableTester Link Here
594
     * {@inheritDoc}
594
     * {@inheritDoc}
595
     */
595
     */
596
    public String rcReadValueAtMousePosition(String variable) {
596
    public String rcReadValueAtMousePosition(String variable) {
597
        Cell cellAtMousePosition = getTableAdapter().getSelectedCell();
597
        Cell cellAtMousePosition = getCellAtMousePosition();
598
        return getCellText(cellAtMousePosition.getRow(), 
598
        return getCellText(cellAtMousePosition.getRow(), 
599
                cellAtMousePosition.getCol());
599
                cellAtMousePosition.getCol());
600
    }
600
    }
601
- 

Return to bug 415569