ian zhang

Results 11 issues of ian zhang

### Feature and motivation As a project owner, I want to observe the whole end to end flow in the scenario level, So just raise the ticket to seek the...

C-java
I-enhancement

### What happened? 2 points. 1. As commit message mentioned, Selenium Deprecated Opera Support by non-W3C support [[java] Add deprecated warnings to OperaDriver and OperaOptions](https://github.com/seleniumhq/selenium/commit/b3f9d377d04dcefb5bfbc6fbdaffccf946bfedda) But as below code, Opera...

I-defect

### What happened? Does Selenium still support to work on IME? Both request failed on Firefox and Chrome in local Windows browser. Get the background from a stackoverflow answer: https://stackoverflow.com/questions/26588441/what-exactly-does-ime-in-selenium-do...

R-awaiting answer
A-needs decision
I-defect

### What happened? Just wonder if the correct behaivor of getCssValue. 1. What's the actual expected return value for getCssValue(shorthand) 2. Any missed description in Java doc Below is the...

D-IE
I-defect
help wanted

Submit zh version ## Proposed changes Submit zh version of migrating-1-to-2 ## Types of changes What types of changes does your code introduce to Appium? _Put an `x` in the...

### Feature and motivation Two kinds of proposals here. 1. How to figure out the difference between BiDi and CDP ? As Firefox involved recently, it should be not in...

bug

Add Maven Management and Github CI support.

利用 spring-boot-starter-data-rest暴露jpa接口后,swagger看不到相关API http://localhost:9003/rest/repo/browser/index.html#/rest/repo 可以看到HAL BROWSER,并且可以查询出结果 ![04062](https://user-images.githubusercontent.com/3264250/38379385-1f8683da-3933-11e8-83da-60afdd29e035.png) http://localhost:9003/swagger-ui.html#/ swagger能看到正常的RestController暴露的API,但是看不到spring-boot-starter-data-rest暴露的接口 ![04061](https://user-images.githubusercontent.com/3264250/38379357-1194a09a-3933-11e8-9a9e-bf036471eb81.png) 按照stackoverflow上若干整合 加上 springfox-data-rest也不起作用 https://stackoverflow.com/questions/22340357/swagger-with-spring-data-rest @Import(SpringDataRestConfiguration.class) https://reflectoring.io/documenting-spring-data-rest-api-with-springfox/ 这样会抛错误 `org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NoSuchMethodError: org.springframework.data.repository.support.Repositories.getRepositoryInformationFor(Ljava/lang/Class;)Lorg/springframework/data/repository/core/RepositoryInformation;` 相关配置: swagger.base-path=/** spring.data.rest.base-path=/rest/repo...

### Description Auto index only cover TEXT or KEYWORD, do we have the possible to support wildcard? For current version, I have to set manual index-mode and manually create index...

### What happened? useShellWindowsApiToAttachToIe will be blocking on initial page in Edge IE Mode. The page will be stopping at below initial url ![image](https://user-images.githubusercontent.com/3264250/176080467-965d3ae3-2bf1-4574-b30b-d36b456c05c5.png) Just directly call the option in...

bug
ie