Getting Authorization required
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 752
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 8
Description
I have below selenium version 4 and io.appium version 8 java client dependency in same pom.xml -
org.seleniumhq.selenium selenium-java 4.0.0 , io.appium java-client 8.0.0When I able to run app test on browser stack then getting below error -
Exception e === org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Unable to parse remote response: Authorization required
However this issue was not happening when I was using selenium 3.1 and appium 7.6 .
All I want is to upgrade the selenium version 4 in my framework and we have common framework for web and app.
Please suggest.
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 with the pom.xml dependencies for Selenium 4.0.0 and Appium Java client 8.0.0, then reproduce the app test on BrowserStack and inspect the SessionNotCreatedException response. Compare this with the previously working Selenium 3.1 and Appium 7.6 setup; done means identifying and documenting the dependency or configuration cause of the authorization error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile-dev, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100