Support Selenium Remote WebDriver Builder
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 752
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 8
Description
Description
I was working with an Appium user who wanted to change something in the Http Client. The easiest way to do that in Selenium is with the RemoteWebDriverBuilder class, but then it doesn't have a way to add the commands via the Command Executor the way Appium Driver does.
I tried to add support in https://github.com/SeleniumHQ/selenium/pull/12830, but it just doesn't do what is needed unless the class with the additional commands are annotated and structured the way that Selenium has them.
Is there any interest in collaborating to make the Appium Driver methods work with the RemoteWebDriverBuilder natively?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing Selenium's RemoteWebDriverBuilder and the Appium Driver command-executor methods described in the issue, then compare the attempted approach in Selenium PR 12830. Done means Appium Driver methods can work natively with RemoteWebDriverBuilder while allowing the HTTP client to be changed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100