Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jubula-dev] Unable to click invisible elements
  • From: Marvin Mueller <Marvin.Mueller@xxxxxxxxx>
  • Date: Thu, 9 Sep 2021 09:05:05 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bredex.de; dmarc=pass action=none header.from=bredex.de; dkim=pass header.d=bredex.de; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=P12kI5Yk+tBxz2YpAFvf1M1/inG/wkruqIJLSmRMzsQ=; b=eXZaV8P89Lv7g+ngU0LTvSLel3+7Tk8/tPM0Imw9LIPyBnHLNaMysunZoaOflE/v75ra27fNN5GD0QToLR+1e2eEnAyLEgbpiJL28fDx+GGV3SCp2ushezJYrkjfi2GZSermpIdyiKWuoahKp6cihV4QVvEFr6Yfxi/jmrZULKDuJAucJilERN1LGzIDDNM5AOIG+OVG9k9cWRg7b9BlrXah8fP91F6bn2VnfcEeqCAJL6pUOMq7JDXzhd+6+Talv6FPeKpvQIhXZw8dl+k39+MQ994/0jxsaqu0B6/UmSZqXQT6JA2p1lDqhEyyfcN4n4iEY0ErAr9M7LPE+PjrMw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=m/6YdZQYbKy7eBc2wXAdSvLkllyk6mLXn11GZR0Mmo5ZwlmiLPN2XT8Sfp6qxxgzSw0wp1u+eGG4adSf6k2zowBo8HOXCPzP909zD9b3tiU4I9GdbG7tnlddgJHiUk4xv/EBMwG7GewRSrZAH1AsKqbUyr6bSK/p3BKHlhY0iWcnpm92dzxROF126rIVST06Ic1c9FnTOPvGLwabLKWL4dLYZHdYrmWvPW73fM6WWyG9WwUQ92XkiwqMzqH5CoUMEwPy41IFzS5Dspnf2CTK0MoptKC0QBPHmvxngfGbpvHUSd/iQFYNw54dahp66vQpZZJHCJ0MXef9N6P6iTTriw==
  • Delivered-to: jubula-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jubula-dev/>
  • List-help: <mailto:jubula-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jubula-dev>, <mailto:jubula-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jubula-dev>, <mailto:jubula-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXo/dHm2uKBi2xok+8YCwHOQq3y6ubYL7g
  • Thread-topic: [jubula-dev] Unable to click invisible elements

Hello,

 

with an invisible Element you mean an Element which is just not currently visible but can be scrolled to correct?

 

Are there multiple Scrollpanes involved? They can make scrolling very complex for Jubula.

Normally doing an action on a component should automatically scroll to the element.

Sometimes it is a workaround before doing the action you want to do to make a click with a click count of 0 on this element.

 

Are there any more logging in the log Files from Jubula (%HOME%/.jubula) in specific the “rc_swing.log”

 

Best regards

Marvin Mueller

 



BREDEX GmbH

Lindentwete 1
38100 Braunschweig

Tel.: +49 531 24330-0
Fax: +49 531 24330-99

Geschäftsführer: Andreas Vogel, Ulrich Obst, Alexandra Schladebeck

Amtsgericht Braunschweig HRB 2450


www.bredex.de

 

Von: jubula-dev <jubula-dev-bounces@xxxxxxxxxxx> Im Auftrag von Nidhi Kashyap
Gesendet: Dienstag, 7. September 2021 16:47
An: jubula-dev@xxxxxxxxxxx
Betreff: [jubula-dev] Unable to click invisible elements

 

Hi Team,

 

I am facing issues in performing any action on invisible components.

Whenever Jubula is trying to find any invisible element , instead of scrolling to the component, it is scrolling till the end of the window as a result getting ActionException.

I had written on the Jubula forum regarding this issue but I have not received any reply.

 

KIndly provide your inputs and help.

 

I understand Jubula scrolls to invisible elements automatically but in my case it's not happening, rather scrolling till the end of the window.

 

Is there a way to move to the element or scroll till the element.

 

My application is Java Swing type.

The component identifier is correct because I am facing this issue when I am trying to automate my application using Java and Jubula Client APIs. When I tried this functionality on the Jubula Tool , it worked fine.

 

Thanks in advance,

 

Regards,

Nidhi Kashyap

 


Back to the top