Search found 27 matches

by Thet Thet
Thu Nov 28, 2019 9:01 am
Forum: General Questions
Topic: Library Error
Replies: 3
Views: 1034

Re: Library Error

Hi,

I can't install the SharpZipLib available at Nuget package.
by Thet Thet
Thu Nov 28, 2019 7:40 am
Forum: General Questions
Topic: Library Error
Replies: 3
Views: 1034

Library Error

Hi, I want to extract "*.tar.gz" file. using ICSharpCode.SharpZipLib.Tar; using ICSharpCode.SharpZipLib.GZip; When I declare this code,error is occured. Error information ➡ The type or namespace name 'ICSharpCode' could not be found. The using directive or assembly reference is missing. How can I ex...
by Thet Thet
Wed Nov 27, 2019 10:24 am
Forum: General Questions
Topic: wait a element until invisible
Replies: 5
Views: 1661

Re: wait a element until invisible

Hi,

I know Validate method is wrong. I also want to use WaitForNotExists in the code. But I don't know well how can I do this.
What is ElementNameInfo?

Code: Select all

repo.ElementNameInfo.WaitForNotExists();
by Thet Thet
Wed Nov 27, 2019 8:43 am
Forum: General Questions
Topic: wait a element until invisible
Replies: 5
Views: 1661

Re: wait a element until invisible

Hi odklizec , Thanks you for your help. But I don't know how to use Code module. repo.ElementNameInfo.WaitForNotExists(30000); This is My User code, String alertBox = "/form/titlebar[@text='ファイルのダウンロード' and @accessiblerole='TitleBar' and @visible ='True']"; Validate.NotExists(alertBox,30000); Accord...
by Thet Thet
Wed Nov 27, 2019 7:51 am
Forum: General Questions
Topic: wait a element until invisible
Replies: 5
Views: 1661

wait a element until invisible

Hi, I want to wait the repository element until invisible from usercode. I create a repository element from usercode [ String alertBox = "/form/titlebar[@text='Downloading' and @accessiblerole='TitleBar']";] and then I don't know how to wait that the repository element until does not exists. Please ...
by Thet Thet
Tue Oct 08, 2019 9:11 am
Forum: General Questions
Topic: Binding Variables
Replies: 1
Views: 957

Binding Variables

Hi,

I want to bind a return value from the user code. But I don't know how to do that.
Please Help me.
by Thet Thet
Wed Jul 24, 2019 8:33 am
Forum: General Questions
Topic: Copy from csv file to excel worksheet
Replies: 2
Views: 1058

Re: Copy from csv file to excel worksheet

Hi,

I am sorry,My explanation is missing. I don't want to create a new Excel file.
I want to copy from csv file data into already exit excel file.

thanks.
by Thet Thet
Wed Jul 24, 2019 8:28 am
Forum: General Questions
Topic: Save an excel file to a csv file
Replies: 4
Views: 2374

Re: Save an excel file to a csv file

Hi, I save with .xlsx. I repair a little. string inputFile = @"C:\Users\Administrator\Desktop\TestingCopy123.xlsx"; string outputFile = @"C:\Users\Administrator\Desktop\TestingCopy123__Csv.csv"; Microsoft.Office.Interop.Excel.Application app = new Microsoft.Office.Interop.Excel.ApplicationClass(); M...
by Thet Thet
Wed Jul 24, 2019 7:15 am
Forum: General Questions
Topic: Copy from csv file to excel worksheet
Replies: 2
Views: 1058

Copy from csv file to excel worksheet

Hi,

How to copy from csv file worksheet into currently active excel worksheet.
How can I do that?

thanks
by Thet Thet
Wed Jul 24, 2019 2:28 am
Forum: General Questions
Topic: Save an excel file to a csv file
Replies: 4
Views: 2374

Re: Save an excel file to a csv file

Hi manish,

Thanks you so much for your reply.
I also use Office 2013 Excel Interop .
I found an error [HRESULT 0x800A03EC] When I run your code.
by Thet Thet
Tue Jul 23, 2019 7:51 am
Forum: General Questions
Topic: Save an excel file to a csv file
Replies: 4
Views: 2374

Save an excel file to a csv file

Hi,

I want to save an excel file with specific wroksheet to a csv file.
How to write this?

thans.
by Thet Thet
Tue Jul 16, 2019 9:06 am
Forum: General Questions
Topic: Meaning of RanoreXPath specification
Replies: 4
Views: 1019

Re: Meaning of RanoreXPath specification

Hi,
Thanks you for your reply. I checked Ranorex Userguide. But I can't see anything about #.
So, I don't understand well the difference between .//input[#'LOGIN_USERCODE'] and .//input[@id='LOGIN_USERCODE'].
Thanks you.
by Thet Thet
Tue Jul 16, 2019 6:22 am
Forum: General Questions
Topic: Meaning of RanoreXPath specification
Replies: 4
Views: 1019

Meaning of RanoreXPath specification

Hi,
I want to know the meaning of RanoreXPath specification.
Example,
/*
/?
//
@id
@accessiblename
#
.etc.

I want to also know the difference between .//input[#'LOGIN_USERCODE'] and .//input[@id='LOGIN_USERCODE'].
thank you.
by Thet Thet
Mon Jun 03, 2019 5:46 am
Forum: General Questions
Topic: click the button in the table row
Replies: 1
Views: 1104

click the button in the table row

Hi, I am trying to develop automation click for the following workflow: 1. Search a person called lili in the table. 2. click the button where lili. The location of the clicked item changed when the data in the table will become more than or less. First time, check the checkbox at row 5. When the da...
by Thet Thet
Thu May 30, 2019 1:50 am
Forum: General Questions
Topic: Calendar Event
Replies: 2
Views: 1077

Calendar Event

Hi Everyone,

I want to know something about Calendar. I want to select May 30 but the calendar selected April 30. How can I do that.

Thanks you.