Search found 14 matches

by nivasd16
Thu Nov 03, 2016 6:28 pm
Forum: Automation API
Topic: Unable to Select the ListItem in a PDF embedded in IE
Replies: 11
Views: 2217

Re: Unable to Select the ListItem in a PDF embedded in IE

odklizec wrote:Just zip it ;) Zip archive is allowed.
Attached the file.Unzip it and open that file with PDF , the image looks doc but need to open in PDf
by nivasd16
Thu Nov 03, 2016 6:12 pm
Forum: Automation API
Topic: Unable to Select the ListItem in a PDF embedded in IE
Replies: 11
Views: 2217

Re: Unable to Select the ListItem in a PDF embedded in IE

I still think it's because of invalid state of the listbox? Unfortunately, it's hard to suggest something reliable without sample PDF ;) Attached is the Sample PDF. Kindly look at it and provide me some solution i am not able to attach the PDF file getting an error message as "The extension pdf is ...
by nivasd16
Thu Nov 03, 2016 6:02 pm
Forum: Automation API
Topic: Unable to Select the ListItem in a PDF embedded in IE
Replies: 11
Views: 2217

Re: Unable to Select the ListItem in a PDF embedded in IE

I still think it's because of invalid state of the listbox? Unfortunately, it's hard to suggest something reliable without sample PDF ;) Attached is the Sample PDF. Kindly look at it and provide me some solution i am not able to attach the PDF file getting an error message as "The extension pdf is ...
by nivasd16
Thu Nov 03, 2016 5:11 pm
Forum: Automation API
Topic: Unable to Select the ListItem in a PDF embedded in IE
Replies: 11
Views: 2217

Re: Unable to Select the ListItem in a PDF embedded in IE

odklizec wrote:I still think it's because of invalid state of the listbox? Unfortunately, it's hard to suggest something reliable without sample PDF ;)
Attached is the Sample PDF. Kindly look at it and provide me some solution
by nivasd16
Thu Nov 03, 2016 4:31 pm
Forum: Automation API
Topic: Unable to Select the ListItem in a PDF embedded in IE
Replies: 11
Views: 2217

Re: Unable to Select the ListItem in a PDF embedded in IE

Hi, Could you please provide the problematic PDF? My guess is that you are trying to retrieve the item from collapsed listbox, which may be the reason of your problem. I think you will have to expand the listbox (click on it) before you try to read/select its items? Hi Thanks for the reply. I tried...
by nivasd16
Thu Nov 03, 2016 1:06 am
Forum: Automation API
Topic: Unable to Select the ListItem in a PDF embedded in IE
Replies: 11
Views: 2217

Unable to Select the ListItem in a PDF embedded in IE

Hi team A PDF will open as an embedded in an internet explorer and need to select a List item in that PDF. When i do the spy its identifying as List Item only. But when i try to select that listitem throwing an error message as "Action 'select' failed on element '{ListItem:Lawful Permanent Resident}...
by nivasd16
Mon Oct 17, 2016 7:08 pm
Forum: Automation API
Topic: Pass the Repository Item as an Object to a Function
Replies: 4
Views: 3747

Re: Pass the Repository Item as an Object to a Function

odklizec wrote:Hi,

You need to declare the repository element as "repoiteminfo" (Ranorex.Core.Repository.RepoItemInfo) or "adapter" (Ranorex.Adapter). Hope this helps?

Thanks for the input.. If possible can you give me example on how to use the adapter


Regards
Srinivas
by nivasd16
Fri Oct 14, 2016 10:12 pm
Forum: Automation API
Topic: Pass the Repository Item as an Object to a Function
Replies: 4
Views: 3747

Pass the Repository Item as an Object to a Function

Hi Team My scenario i am writing common function in a class to retrieve the RowCount/colCounf of an SAP Table Object As this function is common for all the table object, i just pass this repository reference table object to that function so that Below is the code i tried var GridRepo=HCM.Framework.H...
by nivasd16
Thu Oct 13, 2016 6:12 pm
Forum: Automation API
Topic: Retreive the row/Co count from a web TableTag and cell val
Replies: 1
Views: 2492

Retreive the row/Co count from a web TableTag and cell val

Hi Team I am working a web application, in that i need to retrieve the row and column count of a web table and also find the row based on the column cell value and select that row. When i did the spy its identifying as " TableTag" but not the table can any one help me in providing a code snippet for...
by nivasd16
Mon Oct 10, 2016 2:14 am
Forum: Automation API
Topic: how to use the References Ranorex.Plugins.SapTypes
Replies: 5
Views: 2719

how to use the References Ranorex.Plugins.SapTypes

Hi Team, I am currently working on SAP Automation using Ranorex. There are lot methods available under the class Ranorex.Plugins.SapTypes ,but not aware how to use those methods for successfully automate the SAP Applications. Can someone help me / provide me some references or examples on using the ...
by nivasd16
Wed Sep 28, 2016 11:48 pm
Forum: Automation API
Topic: SAP Crashed whenever the script execution is completed
Replies: 1
Views: 2662

SAP Crashed whenever the script execution is completed

Hi Team I used the below code to login to SAP... once the SAP login is successful and the script is execution done then the SAP is closing out immediately Below is the code is used Code in the Class file using System; using System.Collections.Generic; using System.Collections; using Ranorex; using R...
by nivasd16
Wed Sep 28, 2016 3:32 am
Forum: Automation Modules and Examples
Topic: Logging to SAP using types available under the SAP Plugin
Replies: 1
Views: 6458

Logging to SAP using types available under the SAP Plugin

Hi Team I tried to used the classes available under the Ranorex.Plugin.SAPtypes for koggin into SAP. I tried to use the OpenConnection:GuiConnection also OpenConnectionByConnectionString:Guiconnection, but the SAP Logon is not launching.. Once the script is reached to the sections Openconnection. Pl...
by nivasd16
Fri Sep 23, 2016 7:00 pm
Forum: Automation API
Topic: Automation for SAP
Replies: 1
Views: 2019

Automation for SAP

Hi Team We are planning automate SAP using Ranorex. Does ranorex has single command API where i can use login to SAP by just passing a multiple lines of code Example. In other automation QTP it has function called SAPGuiUtil.Autologon Server,system,Client ,username,password where it automatically la...
by nivasd16
Sat Jan 23, 2016 12:07 am
Forum: Automation API
Topic: Level of C# Programming required to work with Ranorex
Replies: 1
Views: 5156

Level of C# Programming required to work with Ranorex

Hi Team
I am new to Ranorex and C# aswell. I am planning to learn the C# to work in Ranorex. Could you please let me know the level of C# skills required to work with ranorex