Posts by Ezequiel Sprocatti • 46 points
8 posts
-
0
votes3
answers1305
viewsA: Validate element in Selenium Webdriver
1- when the (next) button appears, click it and then click on (finish). A: By the way you didn’t put a waiting team after the click of the next button, put a team on the button after it clicks…
-
1
votes1
answer215
viewsA: Click() problem in an input with Selenium
Hello, In this case if you click the button it will open the file window, for you to choose which file you want to upload, in this way this wrong. Try to do it this way;…
-
0
votes3
answers1380
viewsA: Excel (VBA) - Copy data from files
Um... look at what I understand you want to paste only the result of the formula, but you used the function Application.CutCopyMode = False try to use it! 'Celula que contem a formula…
-
0
votes3
answers1171
viewsA: Dropdown Selenium C#
Look I know how it is, not having an ID or Name hurts us a lot, usually I use Selenium’s Xpath to get the value it goes straight into the tag, see if the example below helps you: SelectElement…
-
1
votes2
answers254
viewsA: How to close all the Forms I want in C#
At this point it is worth mentioning how you call the other Forms, so it close according to the call order, below I will cite an example that I use. Before you go calling any form by the event…
-
0
votes1
answer107
viewsA: How to find a number inside an HTML list
Please, you would have an example of the page font? has several ways to identify if the text is on the site or not. The box is inside a tag, a TD or TR example if you are, do this code below!…
-
1
votes2
answers8784
viewsA: VBA Set ie = Createobject("Internetexplorer.Application")
managed to solve his problem? if you don’t see if this helps! Look at the source code of the page and see if there is any tag called (Frame or Frameset), if there is the problem, because you…
-
0
votes0
answers59
viewsQ: Run a FOR on Webbrowser C#
I am currently trying to develop a data capture application using the WebBrowser of C#. I can get the application to enter the page and enter the value and click on search, but I can’t link this…