Where To Start With Chrome OS Development [closed] - google-chrome-os

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I was seeing about the release of Google Chrome OS, then I have some questions:
Where I can start to develop for it?
In which languages?
Which platform is good to develop?
Is possible to develop inside Chrome OS?
In which languages?
Is there any repository to share and download Chrome applications?

A good start would to be understand what Chrome OS is.

Where I can start to develop for it?
Chrome OS is a bucket for the chrome browser. Just build a webapp and it will work
In which languages?
HTML5, CSS3, Javascript
Which platform is good to develop?
Webapps are entirely interpreted

Is it possible to develop inside Chrome OS?
You may be interested in the Bespin project from Mozilla Labs. They aim to provide an IDE (written within a HTML5 Canvas object) to edit websites on the fly, and in the cloud.

You may try to learn how to write extensions for Chrome.
At this moment, they are not available at the current release, but they WILL be on the next one and you may bet they'll be available in some way on Chrome OS.

Related

Looking for IntelliJ Remote Dev experience similar to VS Code Remote Dev Extension Pack [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
The community reviewed whether to reopen this question 1 year ago and left it closed:
Original close reason(s) were not resolved
Improve this question
VS Code allows a local development experience with source code and source execution on a remote machine: https://code.visualstudio.com/docs/remote/remote-overview
Is there a similar tool to this for use with IntelliJ? The VSCode extension pack doesn't need to mount the files from the remote source locally. It actually runs a server behind the scene on the remote box and serves over files one at a time as you need to access them to the IDE running on your local machine.
Update 2021-11-04: JetBrains now has 2 products/features that enable this sort of remote development:
JetBrains Projector (ref)
JetBrains Gateway (ref)
Original Answer
IntelliJ IDEA doesn't have this feature at the moment, you can follow the corresponding feature request for updates.
Quoting the blog post:
We’re considering the possibility to extend the “thin client” approach
to other scenarios beyond collaborative editing, such as running the
IDE backend in the cloud, but we aren’t ready to announce specific
plans in that area.

Which Automation tool we can use to automate secure application (in which we can't record video and screenshot? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I want to automate one android native like Netflix app but i am not able to take screenshot / record video.
I tried with UIautomator/appium/katlon applications.
Can anyone suggest me another tools by which i can automate same native android app.
It is not possible.
You can only automate those apps that are signed with your company's/team provisioning profile from their xcode build. The team will have to distribute this ipa/app file ready for your test (either the simulator version or for actual ios device - they are different build). Then once installed you will be asked to trust the app you installed.
Existing 3rd party apps are not possible as far as security is concerned.

Does Selenium do UI testing? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I was wondering if we can use selenium for UI testing. Does it support Javascripts on modern browsers? What other open source tools do you recommend?
I have googled a bit but could not get any definitive answer.
Thank you
Selenium is a tool you can use to mimic a user interacting with a web browser. If your UI Testing is browser based, then yes you can use it.
While selenium allows you to execute javascript commands directly, you shouldn't need to do that very often as it just does things you'd expect a user to do: clicking a button, filling out a form, etc...
It's become such a widely used tool, that it's hard to find strong reasons to use anything else, although other options exist. There are other tools that are built on top of Selenium that can help with testing other things.
Testing Web Browsers:
Selenium
Testing apps: Appium
Testing angular: Protractor
Testing Windows apps: Winium
Selenium's WebDriver has started to be implemented by the major browsers directly as Selenium has been influential is pushing that into the w3 standard. This makes it so it's the responsibility of the browsers to update their WebDriver when they release new versions, which has been and will be helpful to maintain stability in selenium tests as browsers update.
In short, yes selenium is for browser based UI Testing.

Chrome Web Store: Public API for app/extension info retrieval [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
The Chrome Web Store API allows you to perform a bunch of operations as an app/extension developer, for example uploading or updating an extension.
Is there an (unauthenticated) API that allows GETting information about app/extensions, for example their publishing date or their version number?
I'm afraid that short of scrapping the pages, there isn't such a public API.
If you already have the extension/app installed on your device, you can use chrome.app.getDetails() in the console of that extension/app to retrieve a lot of the same information available in the Chrome Web Store. This isn't exactly what you'd asked for, but you could potentially setup an automated service to install an extension on a device, query its information, then uninstall it, which would only require permissions for your device and not the Chrome Web Store. Convoluted, yes, I know.

How to do cross browser testing for a web site [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
when we develop a web site then we do not know how web site behave in other browser and also in a specific browser with different version. i have seen few web site is there where we can put our web site url and it generate image of our web site. those functionality is not good. so i like to know is there any free tool exist which give me browser like feeling where we can put our web site url and do the interaction with our web site.
i am looking for best free tool to test web site functionality and UI look. share the idea. thanks
One tool i know is Browserstack. It offers free trial for half an hour. If you need more, just register again with new email or support them and buy this product. It also offers you to test local links on different platforms and browsers.
There is also saucelabs that offers free testing for some browsers, but if you want to test local link then you need to buy it.
Also crosbrowsertesting offers free trial. But it only supports mac osx 10.8 and windows 7 in free trial and a bunch of browsers and different versions.
Hope this info helped.
Have you already tried this: https://spoon.net/browsers ?
There are of course more containers than browsers.
If you need that feature in a long term purposes I would consider to setup your own containers e.g with help of Docker (https://www.docker.com/) or with Selenium Grid. If you automate UI tests, Selenium Grid will help you with parallel run and its distributions.
There are lot of tools available on internet but really I do not trust on result which they produce. They are good but not perfect.
If you really want to do pixel precise testing of UI in diff.browsers then do manually testing OR you can make it automate using selenium web driver & TestNG framework. You can also use selenium grid for this purpose.
Kindly refer : Cross browser testing
There is a couple of another sites. Maybe someone will find it helpful.
cloudtesting
browserling
saucelabs
crossbrowsertesting
browsera
https://www.equafy.com also has a free version.
Only MacOs is not available for free, but if it is for open source project this is included
I am affiliated with equafy.com.
Cross browser testing tools have progressed a lot in the past couple of years with some of the tools now offering automated solutions.
We've recently researched the market and put together our list of the top tools which are available today.
If you have any feedback or know of any additional ones which should be added, please do let me know.