DMBrowser.Downloading (Método)
Definición
Descarga el archivo en el almacenamiento interno del sistema desde la dirección URL externa.
public virtual void Downloading(string fileName, string url, TimeSpan downloadingTimeout)
Parámetros
cadena fileName cadena url descargarTimeout TimeSpanEjemplos
//File Download to the system storage Step (2, "Download & Generate Test Files - http://ipv4.download.thinkbroadband.com/5MB.zip"); tab0.Downloading ("5MB.zip", "http://ipv4.download.thinkbroadband.com/5MB.zip"); tab0.Para ("//P[normalize-space()=\"These test files will be downloaded in full over your network connection from high speed servers. These files can be used to test your network download speed.\"]/preceding-sibling::P[1]", "//P[normalize-space(text())=\"These test files will be downloaded in full over your network connection from high speed servers. These files can be used to test your network download speed.\"]/preceding-sibling::P[1]", "/HTML/BODY/DIV/DIV/P[1]").Click ();