Programing

Google 크롬은 Selenium IDE에서 작동합니까 (Firefox처럼)?

lottogame 2020. 10. 6. 07:43
반응형

Google 크롬은 Selenium IDE에서 작동합니까 (Firefox처럼)? [닫은]


Chrome에서 작동하는 Selenium IDE에 해당하는 것을 찾을 수 없습니다.

Selenium IDE를 사용하는 방법이 Firefox 대신 Chrome에서 작동한다는 것을 아는 사람이 있습니까? 아니면 Chrome에서 사용할 수있는 대체 도구가 있습니까?


artejera, 브라우저 (Selenium IDE)의 플러그인으로서 Selenium을 의미합니까? 다음은 Chrome의 자동화를위한 입니다.

그러나 Selenium RC로 작업하려면 테스트 스크립트에서 브라우저를 설정하십시오. Selenium에는 setBrowser () 메소드가 있습니다.


업데이트 : 일부 멋진 사람들이 Selenium IDE를 웹 확장 플랫폼 (Chrome, Firefox 및 Edge에서 작동하도록되어 있음)으로 포팅하려는 것 같습니다.

크롬 확장

Firefox 확장

에서 자신의 웹 사이트 :

Katalon Recorder를 설치해 주셔서 감사합니다.이 Chrome 확장 프로그램은 Katalon Studio Hackathon 콘테스트의 챔피언 프로젝트였습니다. Katalon Automation Recorder는 더 이상 사용되지 않는 Selenium IDE를 사용하여 자동화 테스트를 기록하고 재생할 수없는 사용자 또는 편리한 레코더를 찾는 인기있는 오픈 소스 프레임 워크 사용자를 지원하기 위해 개발되었습니다. 확장 프로그램은 Chrome 브라우저와 호환되며 곧 설치할 수있는 Firefox 승인을 기다리고 있습니다.

이 확장은 사용자가 수동 테스트 케이스를 다른 언어로 신속하게 변환하고 고급 조건, 동적 유효성 검사를 위해 선호하는 IDE로 가져 오거나 외부 데이터 소스로 실행할 수있는 기록 유틸리티로 사용할 수 있습니다.

Katalon Recorder의 가장 독특한 기능은 테스트 케이스에서 소스 코드를 생성하는 기능입니다. 이 답변이 작성되었을 때 다음 언어와 프레임 워크가 지원됩니다.

  • C # (MSTest 및 NUnit)
  • 자바 (TestNG 및 JUnit)
  • Ruby (RSpec)
  • Python (unittest)
  • AppDynamics
  • Groovy (Katalon Studio)
  • 로봇 프레임 워크
  • XML

누군가 YouTube에 좋은 소개 동영상이 있습니다.

여기에 이미지 설명 입력

여기에 이미지 설명 입력

업데이트 : Selenium IDE 프로젝트의 상태 및 교체에 대한 Brian Anderson의 훌륭한 게시물을 확인하십시오 .

Selenium IDE는 Selenium RC 시대로 거슬러 올라가는 레거시 프로젝트입니다. 마지막으로 업데이트 된 것은 2015 년 이었습니다. 누군가가 프로젝트를 선택하여 Chrome으로 이식 할 것이라고 생각하지 않습니다.

Chrome에서 Selenium IDE를 정말로 사용하고 싶다면 Katalon Studio를 확인하세요 . Katalon Studio는 무료 Selenium IDE 대안입니다. 우리 팀은 이전에 사용했으며 Selenium IDE에 비해 몇 가지 장점이 있습니다.

  • 아직 개발 중입니다. 6 주 정도마다 새 버전을 받게되며 각 버전에는 많은 개선 사항이 있습니다.
  • 널리 사용되는 브라우저 용 WebDriver 및 Android SDK를 포함하여 모든 것을 함께 번들로 제공합니다. 즉, 패키지를 다운로드하고 압축을 풀기 만하면됩니다.
  • 웹 앱 (Chrome / Firefox / IE, Windows / macOS) 및 모바일 앱 (Android / iOS) 모두에서 테스트를 기록 할 수 있습니다.
  • Selenium 3 (최신 버전)을 통해 테스트를 실행합니다. 고급 사용 사례의 경우 클라우드 기반 브라우저 또는 장치 (Sauce Labs, BrowserStack, Kobiton 등)에서 테스트를 실행할 수 있습니다.
  • 명령 (키워드라고 부름)은 Selenese 명령과 유사하며 프로그래밍을 알고 있다면 Groovy에서 스크립트를 작성할 수 있습니다. 키워드 모드 (녹화 및 재생)와 스크립트 모드는 항상 서로 바꿔 사용할 수 있습니다. 이를 통해 개발자와 테스터, 특히 프로그래밍 기술이 제한적이거나없는 개발자 간의 공동 작업이 쉬워집니다.
  • 페이지 개체, 데이터 기반 테스트 등을 지원하며 기본 스크립트가 어쨌든 Groovy이기 때문에 다른 라이브러리를 추가하거나 기능을 확장 할 수 있습니다. 일부 사람들은 Katalon 내에서 Sikuli 또는 Gallen 프레임 워크를 성공적으로 사용했습니다. 그건 그렇고 Selenium으로 마이그레이션하는 중요한 지점입니다. 비싸고 오래된 상용 도구로 자신을 고정하는 대신 W3C 표준을 기반으로하는 무료 개방형 에코 시스템을 활용합니다.
  • JIRA와 잘 통합되며 CLI를 통해 테스트를 실행할 수 있습니다.

어떤 도구를 선택하든주의해야 할 몇 가지 기준이 있습니다.

  • 도구가 아직 개발 중입니까? 오픈 소스 프로젝트 인 경우 GitHub 활동을 확인할 수 있습니다. 그렇지 않으면 이전 릴리스 정보를 검토하십시오. 새 도구로 전환하는 것은 비용이 많이 들며, 특히 기존 테스트 케이스를 다시 작성해야하는 경우에는 몇 년 동안 사용할 수 있도록해야합니다.
  • 이 기술이 인기있는 브라우저와 플랫폼에서 지원됩니까? 허용, 일부 브라우저는 좋지 않지만 고객이 사용하는 한 이러한 브라우저에서 테스트를 실행할 수 있어야합니다. 한 가지 좋은 소식은 Selenium을 지원하는 JSON Wire Protocol이 Google, Microsoft, Apple 및 Mozilla를 포함한 W3C에서 승인되고 지원된다는 것입니다.
  • 다른 QA 도구와 통합 할 수있는 기능이 얼마나 좋으며 조직에 맞게 기능을 확장 할 수 있습니까?

you can use Google chrome extensions like imacros, scirocco on chrome 21 or later versions. they are similar to selenium IDE for Firefox. Scirocco seems to be new with some limitations like navigation is not supported. So, I recommend 'imacros', seems very close to selenium.


If you want to harness Selenium IDE record & playback capabilities for Chrome browser there is an equivalent extension for Chrome called Scirocco. You can add it to Chrome by visiting here using your Chrome browser https://chrome.google.com/webstore/search/scirocco

Scirocco is created by Sonix Asia and is not as polished as Selenium IDE for Firefox. It is in fact quite buggy in places. But it does what you ask.


No, Google Chrome does not work with Selenium IDE. As Selenium IDE is a Firefox plugin it works only with FF.

According to your last portion of question: Or is there any alternative tool which can work with Chrome? The possible answer is as follows:

You can use Sahi with Chrome. Sahi Test Automation tool supports Chrome, Firefox and IE. You can visit for details:

http://sahi.co.in/


A couple of months ago, Micro Focus released a free tool that allows you to record Selenium scripts in Chrome and Firefox. It's called Silk WebDriver, you can download it for free from https://www.microfocus.com/products/silk-portfolio/silk-webdriver/

Disclaimer: I work for Micro Focus.


There is not a Google Chrome extension comparable to Selenium IDE.

Scirocco is only a partial (and reportedly unreliable) implementation.

There is another plugin, the Bug Buster Test Recorder, but it only works with their service. I don't know it's effectiveness.

Sahi and TestComplete can also record, but neither are free, and are not browser plugins.

iMacros is a plugin that allows record and playback, but is not geared towards testing, and is not compatible with Selenium.

It sounds like there is a demand for a tool like this, and Firefox is becoming unsupported by Selenium. So, while I know Stack Overflow isn't the forum for this, anyone interested in helping make it happen, let me know.

I'd be interested in what the limitations are and why it hasn't been done. Is it just that the official Selenium team doesn't want to support it, or is there a technical limitation?


While you cannot record tests using the Selenium IDE in Chrome (or any other browser other than FF), you can run them (from the IDE) in Chrome, IE and other browsers using the Webdriver playback feature of Selenium 2 IDE. Tests will need to be recorded and launched from FF - Chrome will launch before the first step of the test is executed. Instructions for setup and test execution are here and here. You will need to install Selenium 2 IDE (if you haven't already done so) and the Chrome Webdriver Server executable - both are available for download on the Selenium HQ website.

NOTE: If the above meets your needs, you may also want to consider just converting all your tests to Selenium Webdriver (which means they would be all code and no longer run from the Selenium IDE). This would be a better solution from the perspective of test maintenance and simplicity of execution. The Selenium documentation (on the Selenium website) has more information on the process to convert Selenium IDE tests to Webdriver.


See Scirocco Recorder For Chrome. It does IDE recording for Selenium 2 on Chrome.

https://chrome.google.com/webstore/detail/scirocco-recorder-for-chr/ibclajljffeaafooicpmkcjdnkbaoiih


Just fyi . This is available as nuget package in visual studio environment. Please let me know if you need more information as I have used it. URL can be found Link to nuget

여기에서 몇 가지 정보를 찾을 수도 있습니다. 자세한 내용이있는 블로그

참고 URL : https://stackoverflow.com/questions/8797273/does-google-chrome-work-with-selenium-ide-as-firefox-does

반응형