using System; using System.Windows.Automation; class GmailUIAutomation { static void Main() { // Find the browser window (e...
Read More
Hi
Upload the file directly from the client (browser/mobile) to S3 using presigned URLs.
const AWS = require('aws-sdk'); const s3 = new AWS.S3(); const getSignedUrl = async (req, res) => { const { key, contentType }...
Read More
upload very large files to muliple part to uplaod using nodejs
const bufferData = Buffer.from( req.body.base64Data.replace(/^data:.+;base64,/, ''), "base64" ); const bufferStream =...
Read More
gzip compress file upload using node js
const zlib = require('zlib'); const gzipped = zlib.gzipSync(bufferData); const params = { Bucket: "followwork", Key: ...
Read More
another load to with in the panel in winforms
Process p = Process.Start("E:\\..\\..\\setup.exe"); // Wait for the process to initialize // p.WaitForInputIdle(); wh...
Read More
Chrome driver options to allow insecure content using selenium C#
// string downloadDirectory = Path.Combine(Directory.GetCurrentDirectory(), "Downloads"); OpenQA.Selenium.Chrome.ChromeOptions...
Read More
Subscribe to:
Posts (Atom)