Is it possible to use Edge in mobile emulation? [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 3 years ago.
Improve this question
Just I would like to ask is it possible?
I would like to use mobile emulation on EdgeDriver, but I don't know how. I am using Java and Selenium.

At present, the Microsoft Web Driver is available to download for Windows and MAC OS.
Reference:
Microsoft WebDriver
It cannot run on any mobile device. So currently, it is not possible to use mobile emulation on edge driver.
Thanks for your understanding.

Related

using dll library in android application [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have a dll C# Libraries and want to use it through my android app, I managed to run it through java but it didn't work through android, the way I used and the Exception raised is described here, but I found through searching that this way won't work with android, also I found a lot of questions about that issue but didn't got any suitable answer (e.g here, here, ...etc), So, I just want a clear answer, can I or can't? and if I can using any work around, How ?
Dynamic-link library (also written unhyphenated), or DLL, is Microsoft's implementation of the shared library concept in the Microsoft Windows
Android is a mobile operating system (OS) based on the Linux kernel and currently developed by Google.
So no, you cant. Teoretically in some kind of VM, still - no.

How to "UPDATE" Application in the google play developer console? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I already upload one app but i don't know how to UPDATE app now
Plz Reply
just upload the new APK and remember to change the Version in the manifest
you need to have your KEY and sign the app with the same name with this key,
also make sure to change the version of the code. then you will be able to update.

Java desktop jar to android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have desktop simulation which is developed in java (jar file). Is there a way to convert java desktop application to an Android app.
If you would like to convert a java desktop app to an Android app, you would have to get hold of the source code and adjust to make it run on the Android platform, make it work with the Android lifecycle and make it respond to the input methods provided.

Is it possible to set the monitor Screen resolution using web driver? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Is it possible to set the monitor Screen resolution using web driver?
I need to set the screen resolution(not the browser width and height) before running selenium tests. Please someone help me in this.
No, this is not possible via WebDriver. Selenium can only operate a browser, nothing more.
However, simple Java code can achieve what you want. Google furiously.

Coding for cellphones [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have a old LG MG280 cellphone that I'd like to code some simple things for. It has Java support, but I know that it is not simply making a Java ME application. It has to follow some specific specs otherwise the app will not run. Does anyone know what those specs are?
JavaME platforms are made up of a profile and a configuration. Most mobile phones use some combination of the Mobile Information Device Profile (MIDP) and the Connected Limited Device Configuration (CLDC).
The LG MG280 you are interested in uses MIDP-2.0 and CLDC-1.1, which is pretty standard.
To get started with development you'll probably want to be using the Sun Java Wireless Toolkit (frequently abbreviated to SJWT or WTK). Or, if you are a windows user, you can use the (newer) JavaME SDK 3.0. This gives you tools needed to compile/package applications and an emulator which lets you run/debug application on a desktop computer.
There are numerous tutorials available online. Here's a few to get you started:
http://today.java.net/pub/a/today/2005/02/09/j2me1.html
http://developers.sun.com/mobility/midp/articles/wtoolkit/
http://developers.sun.com/mobility/learn/
http://www.developer.com/java/j2me/article.php/1561591
Find out which J2ME profile it has - MIDP etc. Then find an appropriate tutorial, such as this one.

Categories

Resources