nuget.org : mpsti.plenosoft.core.watin.net4
WatiN Extension é uma extensão para o WatiN (Web Application Testing In .Net) using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using MPSTI.PlenoSoft.Core.WatiN.Net4.Util; using WatiN.Core; namespace MPSTI.PlenoSoft.Core.WatiN.Net4.Testes.Unidade { [TestClass] public class Testando_WatiN { [TestMethod] public void Exemplo_De_Como_Automatizar_Pesquisa_No_Google() { var browser = WatiNExtension.ObterNavegador<IE>(); browser.GoTo("https://www.google.com/search?q=WatiN"); var html = browser.Html; Assert.IsNotNull(html); } [TestMethod] public void Exemplo_De_Como_Automatizar_Pesquisa_De_CEP_Nos_Correios() { var navegador = Navegador.New(TipoNavegador.InternetExplorer); navegador.IrPara("http://www.buscacep.correios.com.br/servicos/dnec/menuAction.do?Metodo=menuCep", TimeSpan.FromSeconds(10), "CEP"); navegador.SetText("relaxation", "20090000", false); navegador.ClickButton("Buscar", true, true); var html = navegador.GetHtml(); navegador.Fechar(); Assert.IsNotNull(html); } } }
Registry
-
Source
- JSON
purl: pkg:nuget/mpsti.plenosoft.core.watin.net4
Keywords:
Teste
, Inteface
, WatiN
, Web
, Application
, Test
, .Net
, Bot
, Automação
, Pleno
, Soft
, Browser
, Navegador
, Site
License:
Latest release: over 2 years ago
First release: over 2 years ago
Downloads: 330 total
Stars: 0 on GitHub
Forks: 0 on GitHub
Total Commits: 109
Committers: 4
Average commits per author: 27.25
Development Distribution Score (DDS): 0.211
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 5 days ago