[arquillian-issues] [JBoss JIRA] (ARQ-1890) Support implementation of Microsoft WebDriver

Sona Jamborova (JIRA) issues at jboss.org
Tue Dec 2 10:46:39 EST 2014


    [ https://issues.jboss.org/browse/ARQ-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13024470#comment-13024470 ] 

Sona Jamborova commented on ARQ-1890:
-------------------------------------

Java code for enabling MS IE Driver is different than C# code in the attached document. From the current architecture of Drone is the best choice using system property -Dwebdriver.ie.driver.engine="{VENDOR | LEGACY | AUTODETECT}" (this property is case sensitive).

Current version of Selenium this code: 

  InternetExplorerDriver ie = new InternetExplorerDriverService.Builder().withEngineImplementation(InternetExplorerDriverEngine.VENDOR).build();

The build() method get a driver engine from system property if it not set by withEngineImplementation(...). The important note is that all current constructors call build().


> Support implementation of Microsoft WebDriver
> ---------------------------------------------
>
>                 Key: ARQ-1890
>                 URL: https://issues.jboss.org/browse/ARQ-1890
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Extension - Drone
>    Affects Versions: drone_1.3.1.Final
>            Reporter: Sona Jamborova
>
> Selenium team adds support of Microsoft WebDriver in 2.43.0. Drone should use this vendor as well as selenium.
> My Idea is:
>   1) An user is responsible to install MS WebDriver
>   2) Arquillian.xml presents new property (for example: IEDriverEngine). The values are LEGACY, VENDOR, AUTODETECT. The default value is LEGACY or AUTODETECT. I prefer AUTODETECT.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the arquillian-issues mailing list