public static class Program { //Extention to IWebElement, Clear Textbox before Input public static void EnterValue(this IWebElement element, string input) { element.Clear(); element.SendKeys(input); } //Extention to IWebElement, Wait for 0.5s After Every Click public static void ClickAndWait(this IWebElement element) { element.Click(); Thread.Sleep(500); }
2017-04-10
Extension to IWebElement
The extension to IWebElement
Subscribe to:
Post Comments (Atom)
Setup VNC on Ubuntu 20.04
sudo apt update sudo apt install xfce4 xfce4-goodies sudo apt install tigervnc-standalone-server sudo apt install tightvncserver vncserver...
-
It is available in settings menu of different phone morever you can call on a number provided by service provider to divert calls. Anywa...
-
Tools used by Developer: Statistic Analysis, Dynamic Analysis Tools used by Testers: P erformance testing, Test Management, Test Running,...
-
1. Locate file " applicationhost.config " in <Document>/IISExpress/config 2. Scroll down to the code of : ...
No comments:
Post a Comment