ian zhang
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...
### 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...
### 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...
### 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...
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...
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,并且可以查询出结果  http://localhost:9003/swagger-ui.html#/ swagger能看到正常的RestController暴露的API,但是看不到spring-boot-starter-data-rest暴露的接口  按照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  Just directly call the option in...