Not able to create session in saucelab real virtual mobile with selenium 4

Questions : Not able to create session in saucelab real virtual mobile with selenium 4

492

Using selenium 4.1.0 with appium latest programming version 8.0.0 beta. Getting below Learning exception while launching browser in Earhost saucelab real device.

"org.openqa.selenium.SessionNotCreatedException: most effective Could not start a new session. Response wrong idea code 500. Message: Unknown error while use of case proxying appium request, please contact United Sauce Labs support, error id is Modern '5f6b32e0-39f0-46e7-b46c-15ff42842f42' Build ecudated info: version: '4.1.0', revision: some how '87802e897b' System info: host: anything else 'TOCONAV11X361B', ip: '10.28.104.127', not at all os.name: 'Windows 10', os.arch: 'amd64', very usefull os.version: '10.0', java.version: localhost '1.8.0_311' Driver info: love of them io.appium.java_client.ios.IOSDriver Command: localtext [null, newSession basic {capabilities=[{appium:automationName=UiAutomator2, one of the browserName=Safari, click appium:deviceName=iPhone X, there is noting platformName=iOS, not alt appium:platformVersion=13}], not at all desiredCapabilities=Capabilities my fault {automationName: UiAutomator2, issues browserName: Safari, deviceName: iPhone trying X, platformName: iOS, platformVersion: get 4th result 13}}] Capabilities {}"

Total Answers 1
28

Answers 1 : of Not able to create session in saucelab real virtual mobile with selenium 4

There are two things here:

  1. Currently Sauce Labs Real Device Cloud (RDC) does not support W3C capabilities, this will be delivered in January 2022, please check the notification banner in the Sauce Labs UI
  2. Is is not advised to use the Selenium driver to automate Android Emulators / iOS Simulators / Real devices

The reason for not using Selenium the round table selenium driver to automate mobile double chance devices is that Selenium can only novel prc interact, and thus automate, web based get mossier components. On mobile devices you can off side back for example get:

  • permission modals to accept using the location
  • native select boxes like the pickerwheel on iOS and the Android modal with all options
  • and many more things that are device/platform and not browser specific

All the above mentioned things can not the changes be automated with Selenium, but they can Nofile hosted be automated with Appium. Appium transparent text supports W3C, but adds more mobile Background movment specific commands to it so you are able front page design to finish your complete end-2-end flow.

To prevent getting stuck in the future life change quotes it is highly recommended to use the I'd like Appium Driver of your preferred language to know instead of the Selenium Driver.

Top rated topics

Create new element in cheerio

"ImportError: cannot import name views" on Flask server but in PyCharm works

Java 8 - Xmx and XX:MaxHeapSize do not match

Laravel - create model, controller and migration in single artisan command

Extract all the possible text from a webpage in R

How to convert a hexadecimal string of data to an ArrayBuffer in JavaScript

Credential should be scoped to a valid region, not 'us-west-1' using AWS SES

The bundle's Info.plist does not contain a CFBundleVersion key or its value is not a string

Swift hash a string using hash_hmac with ripemd160

WCF stops working suddenly

Add Line Number to existing HTML

POD, target has frameworks with conflicting names

Using SQLAlchemy with composite primary and foreign keys

Typescript: TS7006: Parameter 'xxx' implicitly has an 'any' type

What is the use of Private Classes in C#

Store UUID v4 in MySQL

Python Flask SQLAlchemy Pagination

Getting sub links of a URL using jsoup

Reddit RSS feed is not consistently fetching results

How to force reloading a page when using browser back button?

Setup java_opts right values - AWS Instance with wildfly shutdowns automatically

Convert a Promise to Observable

How to create a function that finds the index of a word in a list?

Apache spark error: not found: value sqlContext

Matlab: consonance (superposition) of recorded sounds

How do I create dropdown with checkbox by bootstrap multiselect?

Google BigQuery possible to do Case-Insensitive REGEXP_Match?

How to get feature vector column length in Spark Pipeline

Ld: framework not found Alamofire

Square bracket [] operator overloading c++

Wordpress Docker won't increase upload limit

Can I hide Angular 2 Secondary Routes from the URL?

Spark Dataframe Random UUID changes after every transformation/action

Automated Apps Script for BigQuery Failing

OQL query to find Spring ApplicationContext holding specific bean

How to generate random points(x,y,z) given a set of points

Keep torch on while taking video iOS swift

How to use OpenCV functions in Keras Lambda Layer?

[Vue warn]: Property or method is not defined on the instance but referenced during render

How can I use CSS in ReactNative

Php anonymous class extends dynamic

Visual Studio Code - Adjust import quotation setting

Why is "adb install (my APK)" triggering "can't find service: package"?

Passing array through bind_param

Set innerText on React

How to scrape description of first link from Google?

Could not connect to Redis at 127.0.0.1:6379: Connection refused with homebrew

Google Apps Script check if active cell has any protection

Opening app's notification settings in the settings app

Download logs from docker containers

Top