How to copy text with selenium xpath? When I writing driver.find_elements_by_xpath("//div[@class='rankingItem-value js-countable']").text I get next error
As mentioned, is there a way to send global ESC key to close popup(CSS MODAL Window)? I tried following but did not work: driver.find_element_by_tag_name('body
In our application almost in every screen we have a button with text 'New', Here is the html source for one of the button: <button id="defaultOverviewTable:
Is there a way how to test if an element is present? Any findElement method would end in an exception, but that is not what I want, because it can be that an el
When I'm launching a new selenium driver I get a message as: ====== WebDriver manager ====== Current chromium version is 90.0.4430 Get LATEST chromedriver versi
Hello I am having issues in launching ios real device for testing. My xcode version: 11.2.1 (11B500) Appium Version : 1.13.0 (1.13.0.20190505.6) These are my
I'm having a strange issue where I really cannot find a solution. My production website needs some testing and of course bot checking is enabled (not naming it)
I've seen a lot of questions on global variables, but for some reason I still can't get mine to work. Here is my scenario - I have my individual test cases an
Say I have some HTML mark-up as such: <select id="select_titleOfSelect-1212_01" name="titleOfSelect-1212" <option value="ONE"></optio
I had the Automation tools which are written considering the IE. Now, I want to re-write those same tools this time by considering the "Microsoft Edge" as the d
Currently working on Selenium WebDriver and using Java. If I have drop down name called Product.. In that drop down I have so many values (for ex:60). when exe
I'm trying to get text using Selenium WebDriver and here is my code. Please note that I don't want to use XPath, because in my case the ID gets changed on every
I want to write a script in which I use selenium package like this: from selenium import webdriver driver = webdriver.Chrome() driver.get("https://www.youtube
I am using this xpath //a[contains(., 'Download Python')] on www.python.org/downloads in chrome developer tools I get 4 matches, each one match the following
Currently, I am working on a "Selenium Wrapper Library", where a set of methods are created in order to perform automation on a particular Web
When trying to import this library from instaclient import InstaClient I get the following error C:\Users\localhost\Desktop\Bot>python bot.py Traceback (mos
I am developing an application and I need to send some info about the resolution of a browser's window and the resolution of a monitor. The resolution is curre
Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/remote/codec/w3c/W3CHttpCommandCodec Is this error because of dependencies? I i
When I am running Selenium-Webdriver scripts in Eclipse, it works fine. But the same scripts are running in jenkins in server machine, it is giving the followin
I have a really strange issue (And I have a really strong suspicion - that it will be on the IIS side). I have .NETCORE6 application, which uses Selenium via IH