I would like to ask if there a specific webdriver to run a testcase for internet explorer 9 or 10? or this code driver = new InternetExplorerDriver(); will do to test internet explorer 9 testcases? anyone know?
Webdriver for IE9 and 10
647 Views Asked by Kevin At
2
There are 2 best solutions below
0
murali selenium
On
It will work. See change log here https://raw.githubusercontent.com/SeleniumHQ/selenium/master/cpp/iedriverserver/CHANGELOG for v3.3.0.2 they mentioned ie9 and +.
Take all latest ones.
Related Questions in SELENIUM
- Can't get Selenium element
- Trying to find HREF from table with Selenium in Python
- Python | How i get the link of products that doesn't have href with selenium
- Selenium works only when I'm connected to a remote server
- Logging in automation using Selenium requests / responses- why it wont work?
- Why can't I scrape data from etherscan
- TypeError: 'SwitchTo' object is not callable
- Why driver.get doesn't work in Python Selenium when using Profile
- Trying to fill out an online form using selenium but it can't find the element
- Targeting Accept Policy With Selenium
- Python Selenium - Select Options not returning all the options
- Spraping data from a table is slow but uncertain why
- Unable to convert byte[] image to base64 using cucumber scenario api's - java selenium
- Selenium WebDriver - google account login problem using python
- Click on login button using Selenium
Related Questions in SELENIUM-WEBDRIVER
- Selenium Python - The element I'm looking for cant be found even though it exists in Yahoo Finance
- I am automating web scraping using python
- Linkedin API for median tenure
- How can I find a button element and click on it?
- Scrolling Instagram Followers Not Working
- Need Help Extracting Redirect URL from a div Element with Specific Class Name in Python Selenium
- Selenium clicked button but still getting error and exiting
- RSpec Capybara throwing Selenium error when trying to click a button with browser confirm
- beautifulsoup library not showing below #document data inside iframe tag in python
- Retreive a javascript variable from selenium (mutationobserver) to python
- C# Error: 'ExtentReports' is a namespace but is used like a type
- How to call Python function in JavaScript environment on Selenium?
- Run automated tests in parallel on desktop and mobile browser
- Optimizing Selenium script for faster execution
- Parse Dynamic Power BI table with selenium
Related Questions in AUTOMATED-TESTS
- Generating wakeup and Error frame In LIN bus using CAPL script in Canoe tool
- Running Test in Azure failed at Cypress: "The plugins file is missing or invalid"
- Playwright - Firefox tests time out, but Chromium tests don't
- Automation testing for Flutter app in complex environment
- Karate mvn clean test does not work as I partially or totally run my features
- Base image question using playwright when performing visual comparison
- im using xpath and cant interact with the textbox
- I want to generate PDF automation report in XUnit using selenium driver and .net in visual studio?
- Run Robot in Jenkinsfile does not fetch the correct test.robot file from Github
- How to use threadpoolexecutor to run two tests and send the result of one as a parameter to the other in python
- How can I integrate a custom Mocha reporter into my test suite to filter out or ignored specific test cases from the test report based on tags?
- Optimizing Test Scenarios in Robot Framework: Reducing Redundancy and Enhancing Efficiency
- How to inject a QR code image for end-to-end testing a QR code scanning app
- how to log request object in playwright API testing
- throwing a StaleElementReferenceException during dictionary iteration in a for loop
Related Questions in SELENIUM-IEDRIVER
- RobotFramework - Selenium - IEDriver - Jenkins - Remote desktop Windows - Session - Problem
- Edge in IE mode automation is not working with IEDriverServer
- Selenium python program freezes at get() function
- How to set zoom level for MS-Edge in IE MODE browser using selenium 3.141.59 on windows 11?
- NoSuchElementException: Unable to find element error while running Edge driver in IE Mode using Selenium 4 with Microsoft's example
- Selenium github actions IWebBrowser2::Navigate2() failed exception
- Selenium 4 C# Edge IEMode - WindowHandles funtion does not increase number of handles when new browser window appears
- SessionNotCreatedException with Selenium 4.1.3/IEDriverServer 4.0.0 without open desktop session (works with Selenium 3.141.0/IEDriverServer 2.53.1)
- The method attachToEdgeChrome() is undefined for the type InternetExplorerOptions using selenium-server-4.0.0-alpha-2
- getWindowHandles method returns incorrect number of window handles using MS EDGE IE11 and Selenium version 4.1.2
- clear() method doesn't clears the field in MS EDGE IE11 with Selenium-4.1.2
- IEDriver Server 4.0.0.0 doesn't provide any response when running using Selenium Java
- IE driver 4.0.0 stuck at This is the initial start page for the WebDriver server
- Is there a way to open HTTP web in Edge using selenium and iedriver?
- Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070005 ('Access is denied.') using IEDriverServer v3.150.1
Related Questions in NUNITTESTADAPTER
- Problem with compatibility with Visual Studio .runsettings file between VS 2015 and VS 2019
- An exception occurred while invoking executor 'executor://webtestadapter/v1 error occurring After renaming the Webtest
- NUnit test runner doesn't like temporary directories
- Test Explorer is finding tests, but not running them after upgrading to NUnit3TestAdapter v4.3.0
- Could not find a test logger with AssemblyQualifiedName, URI or FriendlyName 'nunit'
- SetUpFixture is not working in .net core 3.1 its not calling OneTimeSetUp
- How to force parallelization of tests on Azure+Nunit?
- Nunit Test Adapter not discovering tests
- How to get a results file from Nunit Test Adapter ran in Visual Studio with Test Explorer
- How do I run NUnit tests in Azure Devops without having the test adapter in every project?
- NUnit Adapter 3.8.0.0 and Nunit 3.11 does not discover tests in Azure
- Can I filter NUnit tests based on Property in Visual Studio test explorer
- NUnit Testing of Individual Projects
- Why netstandard2.0 shows warning for NUnit3TestAdapter but netstandard1.6 does not?
- Name of test in NUnitTestAdapter 2.1.1 NUnit 2.6.4
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes, you can directly use
driver = new InternetExplorerDriver();directly for launching tests in IE. But if you are trying to launch an https URLs in IE9 and above, you are most likely going to face "There is a problem with this website's security certificate" error. In this case you need to click on the "Continue to this website (not recommended)." link for navigation to the URL. To solve this you can useBy using this your page will wait for the certificate to appear and then click on it.
Note: The above case is only applicable if you get certificate error.