Hi All,
If I am selecting show all elements the filter values are getting displayed.However other screens are not getting identified.
I am also facing the same problem .If I am selecting "Show all elemets" to true in WPF controls some of the objects in the grid are getting identified but some are not getting identified.
I have selected the option as WPFPreffered.
Please suggest me what to select in the plug ins option.
If I am setting the show all elements to false and try to use the path of show all elements will it work?
Please help me out to resolve this issue as I need it urgently
regards,
Sangita
Unable to select the filter column values using WPFpreferred
-
- Posts: 23
- Joined: Tue Feb 10, 2015 10:51 am
Re: Unable to select the filter column values using WPFpreferred
Hi,
I guess this post is related to your previous post here?...
http://www.ranorex.com/forum/unable-to- ... tml#p34726
Please follow the suggestion from my answer and eventually, post some snapshots of the problematic element (with various WPF settings).
I guess this post is related to your previous post here?...
http://www.ranorex.com/forum/unable-to- ... tml#p34726
Please follow the suggestion from my answer and eventually, post some snapshots of the problematic element (with various WPF settings).
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration
-
- Posts: 23
- Joined: Tue Feb 10, 2015 10:51 am
Re: Unable to select the filter column values using WPFpreferred
Thanks for your response.
I will send the snapshot it's difficult as I am working in client secured network.
please respond
For one filter control if I am setting showallements to true I am able to get the element but rest all elements are not getting identified.
So I wanted to know is it possible to change the settings for WPF plugin showallelements to 'True' during runtime?
After clicking on the filter control I will again change it back to 'False' programmatically
is it possible?
please do respond
regards,
Sangita
I will send the snapshot it's difficult as I am working in client secured network.
please respond
For one filter control if I am setting showallements to true I am able to get the element but rest all elements are not getting identified.
So I wanted to know is it possible to change the settings for WPF plugin showallelements to 'True' during runtime?
After clicking on the filter control I will again change it back to 'False' programmatically
is it possible?
please do respond
regards,
Sangita
Re: Unable to select the filter column values using WPFpreferred
Hi,
I'm not quite sure, but I think it may be possible by using this code:
Unfortunately, the Ranorex configuration from code is not described very well in Ranorex API. It's definitely something Ranorex folks should improve in future 
I'm not quite sure, but I think it may be possible by using this code:
Code: Select all
Ranorex.Plugin.WpfConfiguration.ShowCompleteVisualTree=true;

Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration