Search found 36 matches

by Lyuba Boerma
Tue Jan 10, 2023 12:25 pm
Forum: General Questions
Topic: Tests are not running via remote agent
Replies: 1
Views: 426

Tests are not running via remote agent

Good day. A while ago, my tests stopped running via Ranorex remote agent. Test is executed (without errors), then Application is opened, but Ranorex can not find any elements. I tried different versions of Studio and Agent , but still the same problem . The same tests are running on a main machine v...
by Lyuba Boerma
Mon Aug 17, 2020 4:33 pm
Forum: Object Identification and Technologies
Topic: Issue with custom checkbox styles
Replies: 3
Views: 1657

Re: Issue with custom checkbox styles

Hi, Why don’t you track the Input element instead? From the HTML code it looks like if the input has “checked” option? The “before” string you are pointing at is from checkbox label and not from checkbox itself? because it is not always working(( . Sometimes Ranorex complains that item is not visible
by Lyuba Boerma
Mon Aug 17, 2020 4:06 pm
Forum: Object Identification and Technologies
Topic: Issue with custom checkbox styles
Replies: 3
Views: 1657

Issue with custom checkbox styles

Hi everybody . i hope somebody can help me to figure it out. we are changing design for our application. And for some reason we have now custom checkboxes. What are not a real checkboxes in a code. It is usually a label element. If it is clicked it gets " ::before " if it is unclicked - it doesn't h...
by Lyuba Boerma
Thu Oct 24, 2019 10:53 am
Forum: General Questions
Topic: Invoke Action Select() can not be finished because of browser alert
Replies: 2
Views: 1054

Invoke Action Select() can not be finished because of browser alert

Hi) I have a dropdown , where i have to select Delete Action. For doing this i am using Invoke action Select() for this element. Ranorex does this step. But.. After selection of Delete option directly comes Browser alert, (are you sure bla bla bla bla) after ranorex selected this option, he supposed...
by Lyuba Boerma
Tue Oct 22, 2019 12:33 pm
Forum: Automation Tools
Topic: Validate Inner Text Issues (after Update)
Replies: 6
Views: 1719

Re: Validate Inner Text Issues (after Update)

Hmmm interesting)
Thanks your solution helps.
Just wonder why i never faced it before. ))
by Lyuba Boerma
Tue Oct 22, 2019 10:46 am
Forum: Automation Tools
Topic: Validate Inner Text Issues (after Update)
Replies: 6
Views: 1719

Re: Validate Inner Text Issues (after Update)

i am using a Recording module
I attached it (hoop you can open)
All_test_Cases - Ranorex Studio - (32bit) (Administrator) 2019-10-22 11.45.42.png
by Lyuba Boerma
Tue Oct 22, 2019 10:36 am
Forum: Automation Tools
Topic: Validate Inner Text Issues (after Update)
Replies: 6
Views: 1719

Re: Validate Inner Text Issues (after Update)

during running in Maintenance mode
Maintenance mode 2019-10-22 11.32.44.png
by Lyuba Boerma
Tue Oct 22, 2019 10:30 am
Forum: Automation Tools
Topic: Validate Inner Text Issues (after Update)
Replies: 6
Views: 1719

Validate Inner Text Issues (after Update)

HI) i have an old test with validation step for inner text, which was always running without issues. After i updated to 9.2.0 i have issues with inner text validation in several places. Via Ranorex Spy i see correct text. Also during Maintenance mode , on a debug popUp if i click open in a Spy - i a...
by Lyuba Boerma
Mon Jul 22, 2019 10:35 am
Forum: General Questions
Topic: generated *orig files
Replies: 3
Views: 1190

Re: generated *orig files

manish wrote:
Mon Jul 22, 2019 9:53 am
Hi,

Are you using the merge tool or GIT for version control?
Yes) both)
by Lyuba Boerma
Mon Jul 22, 2019 8:08 am
Forum: General Questions
Topic: generated *orig files
Replies: 3
Views: 1190

generated *orig files

Hi)
in my solution i have a lot of .orig files
They are not included in a project. And i don't know what is their purpose
Can i delete it, without having a problems later? Thanks)
d.png
by Lyuba Boerma
Mon Jul 22, 2019 7:46 am
Forum: General Questions
Topic: The element does not support the required capability
Replies: 3
Views: 2980

Re: The element does not support the required capability

i also have it very often.
for this element i change xpath to Webelement

/dom[@domain~'.com']//main[#'main']/div[3]/div//webelement[@innertext='Checkme']
by Lyuba Boerma
Fri Jun 28, 2019 3:41 pm
Forum: How To …
Topic: How to change Test Suite Description via Jenkins parameters
Replies: 3
Views: 1669

Re: How to change Test Suite Description via Jenkins parameters

thanks. I found how to add my custom element to report.
But how to make him reed a value from Global Parameters?
cust.png
by Lyuba Boerma
Fri Jun 28, 2019 9:15 am
Forum: How To …
Topic: How to change Test Suite Description via Jenkins parameters
Replies: 3
Views: 1669

How to change Test Suite Description via Jenkins parameters

Hi) Can i add/change Description of a Test suite via Jenkins parameters? Is such parameter /variable exists for ranorex pluging ? The reason why i need it - that we are running our tests on different customers installations, And i want to add Customers Name as a comment to a jenerated PDF report. If...
by Lyuba Boerma
Fri Jun 07, 2019 1:08 pm
Forum: General Questions
Topic: Ranorex with Jenkins - best practice ?
Replies: 5
Views: 1248

Re: Ranorex with Jenkins - best practice ?

Nice Idea with VM Restart, thanks! i will try