Some plugin issue shows in the report

Ask general questions here.
kumprave5
Posts: 33
Joined: Wed Jul 18, 2018 9:55 pm

Some plugin issue shows in the report

Post by kumprave5 » Thu Aug 23, 2018 4:54 pm

Hello,
Please look at the attachment.
Element found successfully and performed the desired action but still an extra plugin issue always shows in the report (Marked in red circle), I don't know the root cause of this. Please suggest how do I get rid of this extra statement.
You do not have the required permissions to view the files attached to this post.

asdf
Posts: 174
Joined: Mon Mar 21, 2016 3:16 pm

Re: Some plugin issue shows in the report

Post by asdf » Fri Aug 24, 2018 9:53 am

Hi,

It seems that you are trying to get the ID attribute of a Flex element which does not provide this element. However, please post a Ranorex Snapshot and the action on which the test is failing to this thread.

Regards,
asdf

kumprave5
Posts: 33
Joined: Wed Jul 18, 2018 9:55 pm

Re: Some plugin issue shows in the report

Post by kumprave5 » Fri Aug 24, 2018 3:41 pm

Here, I am little confused if it is failed to look up for 'id' attribute then how it verified the element successfully?
_finalXpath = ".//flexobject[@movie='C:\web\webapps\app.swf']//container[@id='totalDisplay']//text[@id~'subtotalAmtLbl'] ";
_maxTimeToFind = 100;
IList<Ranorex.Core.Element> abcElements = repo.Flash.org_App.Self.Find(_finalXpath, _maxTimeToFind); //this lines throws the plugin issue
new Unknown(abcElements[0]).Click();
Please see the screenshot 'Id' attribute exists and when I highlight the element using the above xpath it works fine. This plugin error occurs only when attribute is 'Id' if I search with attribute 'name' it works fine.
You do not have the required permissions to view the files attached to this post.

asdf
Posts: 174
Joined: Mon Mar 21, 2016 3:16 pm

Re: Some plugin issue shows in the report

Post by asdf » Tue Aug 28, 2018 2:25 pm

Please post a Ranorex Snapshot and not a screenshot. This would help the community to understand your problem and provide necessary information.