question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does appium supports ipv6 network?

See original GitHub issue

The problem

Hello! How can I launch appium on ipv6-network? I’m running like this:

./node_modules/.bin/appium -p 4444

And I see appium only for tcp4, how to run it for tcp6?

netstat -anvp tcp | grep LISTEN  
tcp4       0      0  *.4444                 *.*                    LISTEN      131072 131072  21279      0 0x0100 0x00000106
tcp46      0      0  *.9100                 *.*                    LISTEN      131072 131072  15854      0 0x0100 0x00000006
tcp4       0      0  *.9100                 *.*                    LISTEN      131072 131072  15854      0 0x0100 0x00000006
tcp46      0      0  *.8100                 *.*                    LISTEN      131072 131072  15854      0 0x0100 0x00000006
...
tcp6       0      0  fe80::aede:48ff:.49154 *.*                    LISTEN      131072 131072     77      0 0x0180 0x00000006
tcp6       0      0  fe80::aede:48ff:.49153 *.*                    LISTEN      131072 131072     77      0 0x0180 0x00000006

Environment

  • Appium version (or git revision) that exhibits the issue: 1.22.0
  • Last Appium version that did not exhibit the issue (if applicable):
  • Desktop OS/version used to run Appium: macOS 11.5.1
  • Node.js version (unless using Appium.app|exe): 12.18.1
  • Npm or Yarn package manager: npm
  • Mobile platform/version under test:
  • Real device or emulator/simulator:
  • Appium CLI or Appium.app|exe:

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
KazuCocoacommented, Feb 3, 2022

You can see the available arguments with -h argument. For ipv6, appium -a ::1 can start as ::1. Then, like curl -g -6 'http://[::1]:4723/wd/hub/status command works to the instance.

1reaction
KazuCocoacommented, Feb 5, 2022

xcuitest driver 4.1.0 (available via appium 2) can open ipv6 local host as https://github.com/appium/appium-xcuitest-driver/pull/1384

Read more comments on GitHub >

github_iconTop Results From Across the Web

Supported Platforms - Appium
Native app support: Yes, with debug version of .app (simulator), or correctly-signed .ipa (real devices). Underlying support is provided by Apple's XCUITest (or ......
Read more >
Native Application Monitoring with Catchpoint and Appium
It allows native, hybrid and web application testing and supports automation test on physical devices or emulator. Read more about Appium here.
Read more >
IPv4 vs IPv6: What's the Exact Difference - Software Testing Help
This tutorial will explain more about IPv4 and IPv6 along with their differences. The Internet has become a global system for the network...
Read more >
IPv4 vs IPv6 | Top 9 Most Useful Differences You Need To Know
Guide to IPv4 vs IPv6 .Here we have discussed head to head comparison, key difference along with infographics and comparison table respectively.
Read more >
Mobile Apps for Troubleshooting IPv6 - Infoblox Blog
There are many Apple iOS and Android applications that use IPv6 in some shape or form. Some applications are network testing tools that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found