Giter VIP home page Giter VIP logo

sikuliremotewebdriver's Introduction

SikuliRemoteWebdriver

This is the remote driver version of sikuliwebdriver. This works similar to sikulifirefoxdriver (https://code.google.com/p/sikuli-api/wiki/SikuliWebDriver).

Key differences from sikuliwebdriver.

  1. Works with remote webdriver - so all browsers that are supported by selenium are supported by sikuliremotedriver as well
  2. Has a new method to get the corresponding webelment of an image. You can do soemthing like WebElement we = sikuliremotedriverobject.findImage(url of image) we.getText();
  3. Scrolls through the entire page looking for the element rather than just the area displayed in view port.

Example program:

  SikuliRemoteWebDriver driver = new SikuliRemoteWebDriver(DesiredCapabilities.chrome());
  driver.get("http://www.sears.com");
		driver.findElementById("keyword").sendKeys("blender");
		ImageElement image =  driver.findImageElement(new URL("file:///D:/sikuli learning/RemoteSikuli/search.png"));
		image.getAsWebElement().click();
		ImageElement image1 =  driver.findImageElement(new URL("file:///D:/sikuli learning/RemoteSikuli/blender.png"));
		image1.click();

Note:- This is using old the Sikuli 1.1 jar.

sikuliremotewebdriver's People

Contributors

aj-72 avatar

Stargazers

 avatar  avatar Raju avatar  avatar Kaustubh avatar Tset Noitamotua avatar

Watchers

Kaustubh avatar  avatar  avatar

Forkers

magic-coder

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.