Code Monkey home page Code Monkey logo

Comments (5)

yodurr avatar yodurr commented on May 19, 2024

It's working fine for me.
We will get a new release out shortly as it's possible you're hitting a bug that's been fixed but not released yet.

Here's my pom.xml. I'm running IntelliJ IDEA 2016.1.1.


org.seleniumhq.selenium
selenium-java
2.53.0


junit
junit
4.11

from winappdriver.

denys-rwd avatar denys-rwd commented on May 19, 2024

Classic answer. :)
Looking forward for new release.
What does status '33' mean?

from winappdriver.

yodurr avatar yodurr commented on May 19, 2024

just published a new release, please let us know if this is working for you now. Also will be adding a Java sample today

from winappdriver.

yodurr avatar yodurr commented on May 19, 2024

Closing this. Please let us know if you run into this issue again. thanks.

from winappdriver.

gdsushma avatar gdsushma commented on May 19, 2024

I am getting this exception when try to launch the calculator ,notepad i am using latest relese of winappdriver.
package WinCalTrial;
import java.net.MalformedURLException;
import java.net.URL;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.remote.DesiredCapabilities;
import io.appium.java_client.windows.WindowsDriver;

public class Caculater {
private static WindowsDriver CalculatorSession = null;
private static WebElement CalculatorResult = null;

 public static void main() throws MalformedURLException {
	

 DesiredCapabilities capabilities = new DesiredCapabilities();
 capabilities.setCapability("app","C:\\Windows\\System32\\notepad.exe");
 CalculatorSession = new WindowsDriver(new URL("http://127.0.0.1:4723"),capabilities);

}
}
Starting ChromeDriver 2.46.628402 (536cd7adbad73a3783fdc2cab92ab2ba7ec361e1) on port 6850
Only local connections are allowed.
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: session not created: Chrome version must be between 71 and 75
(Driver info: chromedriver=2.46.628402 (536cd7adbad73a3783fdc2cab92ab2ba7ec361e1),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 1.29 seconds
Build info: version: '3.141.0', revision: '2ecb7d9a', time: '2018-10-31T20:22:52'
System info: host: 'DESKTOP-DU27VG5', ip: '192.168.79.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_171'
Driver info: driver.version: ChromeDriver......

from winappdriver.

Related Issues (20)

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.