Selenium: Not able to take complete page screenshot using aShot library
Am trying to take the complete page screenshot both horizontally and vertically using Firefox gecko driver and aShot Library.However, the results are not as expected. Take a...
View ArticleSelenium WebDriverException Error when trying to save screenshot (Python 3.6)
I am trying to save a screenshot from a website using Selenium with Python 3.6 (on Windows 10). When I use the get_screenshot_as_file() or get_screenshot_as_png() functions, I always get the following...
View ArticleClick a tag to opening new tab using Selenium
I just want the relevent <td> class to click on a tag and I must do this by opening it on a new tab. Here is my code:x1=driver.find_element_by_class_name('no').send_keys(Keys.COMMAND + 't')
View ArticleDownload file from Button link to specific folder on C drive
I am scraping the web page and navigating to correct location, however as being a new to the whole c# world I am stuck with downloading pdf file. Link is hiding behind this var reportDownloadButton =...
View ArticleEasyRepro or just Selenium for CRM Dynamics
We are currently looking at implementing a test automation framework for Microsoft CRM Dynamics and I'm currently presented with a couple of options. The first is to use EasyRepro as the framework and...
View ArticleElementClickInterceptedException: with WebDriverWait() in Selenium
Recently I have been trying some stuff out with Selenium in Python. I want to navigate trough the FIFA Web App, which is an interactive app. To navigate trough the menu's I've created some fuctions. I...
View ArticleNot getting "Add unimplemented methods" error in eclipse
I am working on Selenium with Java and using Listeners.I created the class, imported the TestNG, and then added method as;Public class Listener implements ITestListener{ } I got an error at...
View ArticleTesting ExtJS application using selenium
Has anyone had success writing automated tests for ExtJS based web application? Lots of googling finds people with similar problems. If any one have have documents or link please share to my meThanks!
View ArticleRotating proxies in if statement (Selenium)
I'm making a program which goes to a url, clicks a button, checks if the page gets forwarded and if it does saves that url to a file. However, after a couple of entries the page blocks you from doing...
View ArticleSelenium use of Firefox profile
I try to use Selenium Webdriver and Python on Windows 10 system to make some automation of browser actions. But I have this problem: Selenium-started Firefox window doesn't "see" that I am already...
View ArticleHow to get local display via ssh?
I'm trying to do some stuff when I get/leave home via 'Run script via SSH' in Apple Shortcuts. I wrote some python script in local machine (Windows 10) and trying to run it via SSH. I also tested...
View ArticleUser account creation through Selenium script when account details are not...
I am performing Selenium automation for a web application (java).Here I am able to create user accounts through the script and at the end delete the created account. But next time when I run the...
View ArticleHow to convert Python Code to Robot Framework
I'm trying to automate the CAPTCHA and I have written a python code as well for this. Right now I'm stuck at a point i.e I'm not able to call it in Robot Framework by creating a custom library. from...
View Articleissue on web scraping
I am having a problem on Web Scraping using Beautiful Soup and i am extracting data from websites and facing a issue of not getting data from website. Here is the code.from selenium import webdriver...
View ArticleHow to write in .ods format files using selenium..?
I am using .ods file for testing purpose, I changed the extension from .ods to .xls and tried to read the data from the file, but while I am trying to write data into the file using .xls extension, am...
View ArticleProtractor: How to share webdriver instance using capabilities +...
I just analyzed an execution time of my protractor tests and I see the followingCucumber states that one spec is executed for 10s but total execution time is 15-18s I added some logging and I see that...
View ArticleReturn control to Selenium after executing an AutoIt script
I am writing Selenium scripts to test my webpage. To simulate testing, a desktop application resets the date in the DB (as the actual process is run after the date changes).Now I am able to call my...
View ArticleProblem iterating and saving html-content into csv
importsfrom selenium import webdriver import time from bs4 import BeautifulSoup import datetime from datetime import date from datetime import datetime today = date.today() now =...
View ArticleUnable to click on dropdown within iframe - Selenium Python
The problem: trying to click on a drop-down within an iframe using Chrome driver and Selenium with Python.Hi all. A user kindly helped me with a newbie query yesterday. I was unable to click on a link...
View ArticleSelenium Web-Driver Firefox Profile - Disable popup and alert windows
I am having a problem with certain websites that cause my browser to prompt an alert when I try to switch to a different URL, or even close the browser. Some...
View Article