Posts by Jeremias Santos • 189 points
10 posts
-
0
votes0
answers268
viewsQ: Streamwriter inserting blank lines
I am implementing the download of a file in ofx, I am generating the string and then adding to a Streamwriter, but if I add row by row or add the entire string at once without breaking lines, it…
-
7
votes1
answer8641
viewsQ: Error in Assembly reference
I am trying to add a reference to my project, but when I add and run the project it presents this error: Unable to load file or Assembly 'Waitwindow', Version=1.0.6164.26027, Culture=neutral,…
c#asked Jeremias Santos 189 -
3
votes1
answer310
viewsQ: Reading of Excel file
I’m trying to use the C# to read an Excel file, but every time I run the code the last column is not stored Reading Code: //Cria conexão com a planilha OleDbConnection conexao = new…
-
0
votes1
answer1019
viewsA: Selenium getattribute list c#
Come on, let’s go, there is a method in the Selenium to be able to pick up more than one element using the same reference, in this case the path you used to find the first:…
-
1
votes1
answer79
viewsQ: Pull without using Git Bash
I’m having trouble trying to do pull directly from Git Bash, I was wondering if you had another way of doing it, like the Git GUI for example.
gitasked Jeremias Santos 189 -
2
votes3
answers836
viewsQ: I can’t find an element for Id
I’m automating an operation on a website with Selenium Webdriver and in a particular region of the site when sending a wait using the WebDriverWait it exceeds the maximum time and does not find, but…
-
0
votes2
answers1035
viewsQ: Table Completion with List
Is there any function in Visual Studio where it is possible to fill a table with values of a List<> without a specified number of positions?
-
2
votes4
answers754
viewsQ: String Array Printing in a Single Messagebox
I have a variable which is an array of strings and I want to print their values, but that values and consequently the amount of them is only set after the system works. How can I print on a…
-
1
votes1
answer927
viewsQ: Browser window control with Selenium
I am automating an operation on a particular site and at a given time I need to make a download, I can authorize the download by clicking on the link but after that I lose control because it opens a…
-
2
votes1
answer2713
viewsQ: Check the existence of an element with Selenium
I am automating a site and in a certain part it presents a listbox that when one of its options is selected if it has available values it presents a table with these values. What I want is to make…