Search found 18 matches

by Rose@@
Tue Mar 31, 2020 5:05 am
Forum: General Questions
Topic: How to display warning messages when the element does not exist
Replies: 3
Views: 1358

Re: How to display warning messages when the element does not exist

Hi, Thanks for the answer. If you don’t like to see such message, you have to convert the “optional” action to user code and enclose it in Exists() condition I don't know how to perform such as you talk, Can you give me specific instructions? I knew why a warning "optional action" message is display...
by Rose@@
Mon Mar 30, 2020 5:59 pm
Forum: General Questions
Topic: How to display warning messages when the element does not exist
Replies: 3
Views: 1358

How to display warning messages when the element does not exist

Hi, I have a problem as follows: If the element does not exist, it will display a warning message. But it does not work as expected and displays the following warning: (Optional Action) No element found for path '/dom[@domain='A']//div[#'alarm-container']//li[@class='status-new']' at step 'descendan...
by Rose@@
Thu Mar 05, 2020 3:22 am
Forum: General Questions
Topic: Error pressing cancel button of browser dialog
Replies: 6
Views: 1029

Re: Error pressing cancel button of browser dialog

Thanks odklizec very much for your support?
by Rose@@
Wed Mar 04, 2020 11:48 am
Forum: General Questions
Topic: Error pressing cancel button of browser dialog
Replies: 6
Views: 1029

Re: Error pressing cancel button of browser dialog

Hi odklizec ,
On 2020/02/20 I still ran well, but today I ran again and it failed.
by Rose@@
Wed Mar 04, 2020 11:25 am
Forum: General Questions
Topic: Error pressing cancel button of browser dialog
Replies: 6
Views: 1029

Re: Error pressing cancel button of browser dialog

Hi TroubleMaker,
I can't set the "Adapter Type" of the element to "Button".
Can you show me how to set it up?
by Rose@@
Wed Mar 04, 2020 11:08 am
Forum: General Questions
Topic: Error pressing cancel button of browser dialog
Replies: 6
Views: 1029

Error pressing cancel button of browser dialog

Hi, I has a issue following: Xpath of button cancel current i am using: "/winapp[@appid='MicrosoftEdge']//button[@automationid='m_button1']" I perform press click cancel button but not clickable and give the following error: Item btnCancel is no ButtonTag. The element does not support the required c...
by Rose@@
Tue Mar 03, 2020 5:53 am
Forum: General Questions
Topic: Find element child
Replies: 2
Views: 1598

Find element child

Hi,
I has a issue following :
xpath A ="//li"
How to find element child btag of xpath A?
I used method itemAdapter.FindChild<Btag>() but it isn't work?
Can you help me?
Thanks...
by Rose@@
Thu Feb 13, 2020 10:06 am
Forum: General Questions
Topic: Actual and expect value match but fail
Replies: 3
Views: 991

Actual and expect value match but fail

Hi,
I am using window 10, ranorex version 8.3.1
When I validate value of a textbox, although actual and expect value does match but fail
Can you help me?
by Rose@@
Thu Jan 30, 2020 10:14 am
Forum: General Questions
Topic: How to scroll for browser
Replies: 14
Views: 2369

Re: How to scroll for browser

I double click a any position of screen, before use action Shortcut Key action (with key 'End'), it work good and not impact any data is displayed on screen :lol:
by Rose@@
Thu Jan 30, 2020 8:52 am
Forum: General Questions
Topic: How to scroll for browser
Replies: 14
Views: 2369

Re: How to scroll for browser

Thanks for your support, I resolved issue
by Rose@@
Tue Jan 21, 2020 1:08 pm
Forum: General Questions
Topic: How to scroll for browser
Replies: 14
Views: 2369

Re: How to scroll for browser

Hi, I tried use Shortcut Key action (with key 'End') as your suggest but I need click a any point of screen then it work However my page display list data , so when I select a any point on page,a any data will be selected, impact my data test Any idea as what could be the issue and how to resolve it...
by Rose@@
Tue Jan 21, 2020 8:18 am
Forum: General Questions
Topic: How to scroll for browser
Replies: 14
Views: 2369

Re: How to scroll for browser

Hi,
My page is visible as DOM element in Spy
I tried run script with Ranorex Forum and it worked but My page don't work
I run on version 9.2.1
by Rose@@
Tue Jan 21, 2020 5:08 am
Forum: General Questions
Topic: How to scroll for browser
Replies: 14
Views: 2369

Re: How to scroll for browser

Hi,
I tried my code on version 9.2.0 but it sill do not scroll the page to bottom.
My page has support scroll
I had disable "Continue running background apps when Google Chrome is closed" in setting of chrome
Please help me
Thanks you verry much
by Rose@@
Fri Jan 17, 2020 4:00 am
Forum: General Questions
Topic: How to scroll for browser
Replies: 14
Views: 2369

Re: How to scroll for browser

i tried it without this parameter, but it don't work :cry:
by Rose@@
Thu Jan 16, 2020 12:38 pm
Forum: General Questions
Topic: How to scroll for browser
Replies: 14
Views: 2369

Re: How to scroll for browser

I wrote a method as image attach
But it isn't display in list library of action "user code"