Automation– category –
I describe automaton tool
-
Automation
Implicit Wait vs Explicit Wait in Selenium
I automated routine works on a specific web page by selenium, then I faced a problem which I couldn't get a required result. Because I wanted to receive the results from the Web API, I had to wait until the results were returned. Perhaps... -
Automation
How does WebDriver talk to the browser?
What is Selenium? Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should) also be automated as well. Selenium Home As officia... -
Automation
FlaUI : Automate test for windows
I'm interested in automating UI tests for a Windows app developed using WinUI3 in March 2025. Since WinUI3 is a relatively new user interface API, there is less information available compared to more established frameworks like Windows F...
1