I am having an problem in generating html report with HTMLTestRunner. I have created a test suite in a file called TestsSuite.py. Here's the code excerpt: impo
I'm trying to scrape some data from flight search page. This page works this way: You fill in a form and then you click on the button search - this is ok. W
I am having an problem in generating html report with HTMLTestRunner. I have created a test suite in a file called TestsSuite.py. Here's the code excerpt: impo
enter image description hereI am trying to access the my office mail to get the OTP code sent to my mail id. But with Selenium Webderiver I am not able to handl
I have searched the web for a solution to "auto-update" my Selenium EdgeDriver automatically. For those who use SeleniumBasic, you know it can be a hassle to ma
I've created a script in python in combination with selenium to scrape different app names from google play store and they all are coming through when I execute
I recently upgraded lubuntu 22.04 and it wanted a few things to be installed from the snap repository. Firefox was one of them. Currently I'm using Selenium 4.
Is there any way to get window title without making any switch in selenium? presently I'm using below code: public boolean switchToWindowByTitle(String title)
Actions Selenium Java mouse action drag and drop not working when cursor type changes after clickandhold Use case: Mouse cursor type: Pointer Move to source ele
I'm running below test scripts in safari browser version 5.1.7 on windows 7. After running @test method I'm calling driver.quit() in @aftermethod. But safari b
Every time I open up Chrome driver in my python script, it says "chromedriver.exe has stopped working" and crashes my script with the error: [Errno 10054] An ex
Till yesterday: The below code was working fine. System.setProperty("webdriver.chrome.driver", "/Users../Applications/chromedriver"); WebDriver driver = new C
I've experience in Back-End automation testing, but I'm new to Front-End. I've created BDD format tests for a website and now I want to automate it. I decided t
Attempting to run Appium automation scripts on iOS (simulator) on a Mac Mini (M1 chip, if that's relevant). When I run the tests, they work just fine when the A
Whatever I do, the files keep getting printed into my Downloads (Windows default) folder, rather than specified folder. I did my research and apparently the sav
I'm wanting to report a line every time my selenium based automation framework clicks on a control. My object repository is storing individual controls like thi
I inject data into a web application and it generates a graph and a pie chart. I'd like to test the result on the graph is coherent with the given data through
I've seen the DevToolsActivePort error come up in a couple of StackOverflow posts, but not of the fixes for those have worked for me. I'm using a Chromium brows
I am trying to write xpath to find a checkbox selected or not, this checkbox is being changed using css ::after element. Below are two elements I have //d
I close my driver and reopen it between each negative test, for example - in my negative login test - if the test failed it means the login succeeded, then I cl