Selenium Webdriver Use 123

Source: Internet
Author: User
Tags seleniumhq

This article only summarizes the Windows platform to do UI Automation testing, the three most common browser webdriver:chrome, FireFox, IE.

Chrome1.Chromedriver

http://chromedriver.storage.googleapis.com/index.html

2.ChromeDriver and chrome version correspondence

Look at Notes.txt. Like Http://chromedriver.storage.googleapis.com/2.34/notes.txt,

Chromedriver v2.34 (2017-12-10), Supports Chrome v61-63chromedriver v2.33 (2017-10-03), Supports Chrome V60-62chromedriver v2.32 (2017-08-30), Supports Chrome v59-61 ...
3.ChromeDriver and Chrome, with 32-bit, or 64-bit?

Either 32-bit, or 64-bit. Both are used to match.

But Chromedriver only has 32 people.

4. How do I check my chrome version number, 32-bit or 64-bit?
    • Method One: Click Help, about Google Chrome
    • Method Two: Address bar type chrome://version/, press ENTER
5. How do I block chrome auto-update?

Computer- -Management services, keyboard knock down g, find the following 2 Google Update Services, set to disabled.

    • Google Update Service (gupdate)
    • Google Update Service (Gupdatem)

FireFox1.geckodriver:

Https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver

There are two webdriver in Firefox. Old, called firefoxdriver (do not download, Firefox comes with), new, called Geckodriver (recommended with this).

2.geckodriver and Firefox version corresponding relationship

See Https://github.com/mozilla/geckodriver#supported-firefoxen.

If using Geckodriver, the official recommended Firefox more than 55, while Selenium recommended more than 3.5

3.geckodriver and Firefox, with 32-bit, or 64-bit?

Either 32-bit, or 64-bit. Both are used to match.

Geckodriver 32-bit, 64-bit.

4. How do I check my Firefox version number, 32-bit or 64-bit?
    • Method One, click Help -About Firefox
    • Method Two, enter About:config in the Address bar, and then search for platform. View extensions.lastplatformversion
5. How to block Firefox auto-update?

Open Firefox, click Options, and check not checking for updates.

IE1.iedrvierserver

http://www.seleniumhq.org/download/

2.IedrvierserverAnd the IE version of the corresponding relationship

See:Https://raw.githubusercontent.com/SeleniumHQ/selenium/master/cpp/iedriverserver/CHANGELOG

Excerpt a Passage:

v3.3.0.2
It should is pointed out, as have been the case since July, the driver now only supports IE versions 9, ten, and 1 1,
And only supports Windows Vista and above.

3. iedrvierserver and IE versions, 32-bit, or 64-bit?

Either 32-bit, or 64-bit. Both are used to match.

Iedrvierserver 32-bit, 64-bit.

4. How do I check my Internet Explorer version number, 32-bit or 64-bit? (1) View version number

Open IE, click Settings -About Internet Explorer

(2) see if the IE browser you are currently opening is 32-bit or 64-bit
    • Step1. Open IE
    • Step2. Go to Task Manager -Application, find the corresponding IE program
    • Step3. Right click on the menu "go to Process".

If you go to iexplore.exe, the description is 64 digits;

If you go to iexplore.exe *32, the instructions are in the first place.

5. How to block IE Automatic Update?

Open IE, click Settings -About Internet Explorer, remove the Tick "install new version automatically".

Selenium Webdriver Use 123

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.