GithubHelp home page GithubHelp logo

isabella232 / crosswalk-web-driver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crosswalk-project/crosswalk-web-driver

0.0 0.0 0.0 46.59 MB

License: BSD 3-Clause "New" or "Revised" License

C++ 92.20% C 0.16% Python 4.33% JavaScript 2.75% Objective-C++ 0.56%

crosswalk-web-driver's Introduction

Crosswalk Web Driver

Introduction

Crosswalk WebDriver is an implementation of the WebDriver standard. Part of code is ported from ChromeDriver.

It is an open source project started by the Intel Open Source Technology Center (http://www.01.org)

Directory Structure

  1. xwalkdriver/ is source code.

  2. If you want to use xwalkdriver binary, please try ./bin/xwalkdriver64_release. And ./bin/xwalkdriver32_release is used for 32-bit Linux PC.

  3. If you want to build the project, please follow the first two steps:

  4. Patch the xwalk_test.gypi to crosswalk-project crosswalk/xwalk_test.gypi.

  5. Copy the whole directory xwalkdriver/ to crosswalk-project crosswalk/test/.

  6. If you want to build for Linux32, as far as we know clang complies failed some times, we use GNU gcc tools chain.(make sure gcc/g++ >= 4.8) please run the follow commands:

    $ export GYP_GENERATORS='ninja'
    $ GYP_DEFINES="target_arch=ia32 clang=0" xwalk/gyp_xwalk
    $ ninja -C out/Release xwalkdriver
    $ ninja -C out/Release xwalkdriver_unittests(optional)
    
  7. If you want to build for Linux64, please run the follow commands:

    $ export GYP_GENERATORS='ninja'
    $ GYP_DEFINES="target_arch=x64 clang=1" xwalk/gyp_xwalk
    $ ninja -C out/Release64 xwalkdriver
    $ ninja -C out/Release xwalkdriver_unittests(optional)
    

    For more build info, see xwalkdriver/README.txt, or https://crosswalk-project.org/#contribute/building_crosswalk

Documents

For Cosswalk WebDriver usage, please check xwalkdriver/README.txt and Wiki

Community

Any questions of Cosswalk WebDriver usage, please ask mailing list: https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

To improve Crosswalk WebDriver, please go here: https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

You can also join us on IRC : #crosswalk on Freenode

License

Crosswalk's code uses the BSD license, see our LICENSE file.

crosswalk-web-driver's People

Contributors

ikevinhan avatar wuyuehang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.