Webdriver api--Part 1th

Source: Internet
Author: User

The API definitions in this chapter shows the absolute location of classes. However the recommended import style is as given below:

Webdriver

Then, you can access the classes as this:

Webdriver.Firefoxwebdriver. Firefoxprofilewebdriver. Chromewebdriver. Chromeoptionswebdriver. Iewebdriver. Operawebdriver. Phantomjswebdriver. Remotewebdriver. Desiredcapabilitieswebdriver. Actionchainswebdriver. Touchactionswebdriver. Proxy                  

The Special Keys class (keys) can imported like this:

Keys

The exception classes can is imported like this (Replace the thenameoftheexceptionclass with actual class name Gi VEN below):

From selenium.common.exceptions import [Thenameoftheexceptionclass]

conventions used in the API

Some attributes is callable (or methods) and others is non-callable (properties). All the callable attributes is ending with round brackets.

Here is a example for property:

  • Current_url

    URL of the current loaded page.

    Usage:

    Driver.  Current_url 

Here's an example for a method:

  • Close ()

    Closes the current window.

    Usage:

    Driver.  Close()  

Webdriver api--Part 1th

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.