Posts by igor fortaleza • 89 points
10 posts
-
1
votes1
answer241
viewsQ: Sendkeys does not work on the machine that will run
I am doing an automation that is necessary to give a Sendkeys but when I run it on the other machine that will run the automation it does not do the function. DirectoryInfo diretorio = new…
-
0
votes1
answer215
viewsQ: Click() problem in an input with Selenium
I’m developing an automation that makes a Choose file in an input, but when I click on the element: driver.FindFirstElement(By.Id("chooseFile")).Click(); and every time the error returns to me:…
-
1
votes0
answers273
viewsQ: Save cookies to Selenium
I’m developing an automation in Selenium C# to log in to Facebook and do some operations, but every login asks me to account verification. There is a way you can save authentications as a common…
-
0
votes1
answer427
viewsQ: Search CLASS element with value in space
I am doing an automation with Selenium C# and the only standard reference of the tag is a class referenced by other classes: <div class="slds-form-element slds-form-element_readonly"> I’ve…
-
1
votes1
answer209
viewsQ: Search Widget for <Value> Selenium
I am developing an automation and the site does not define me something standard element, and its class is used in other elements so I would like to search it for its value. it is possible? <span…
-
0
votes0
answers218
viewsQ: Error while locating Xpath
Good afternoon, I’m having difficulty to solve this problem with Selenium, in which the code is running the automation perfectly and when it arrives at a certain element of the page that does not…
-
2
votes1
answer35
viewsQ: Concatenate values of a Database into SQL
Using SQL I am making a record that I will give a SELECT in a database in which some records comes duplicated which is structured as follows with the same adhesion ex:…
sqlasked igor fortaleza 89 -
1
votes1
answer37
viewsQ: Error: Unrecognized escape Quence
I am developing a program in c# to read files. xlsx and it is giving error in the path "path" on line 9 of that file and I don’t know why. static void Main(string[] args) { static…
-
0
votes0
answers92
viewsQ: Selenium C# without suitable main method
I’m taking some automation classes with Selenium with the C# language and when I compile asks for the proper main method that I’ve tried in several ways using System; using System.Text; using…
-
1
votes1
answer59
viewsQ: What is the error in the Python chart
When I put print on file 2 it displays me the data from the first'file' import urllib.request import pandas as pd import datetime import matplotlib.pyplot as plt origem =…