Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

What are the  new features in Selenium 3.0 Empty What are the new features in Selenium 3.0

Tue Dec 19, 2017 8:21 pm
The major change in Selenium 3.0 is we’re removing the original Selenium Core implementation and replacing it with one backed by WebDriver. This will affect all users of the Selenium RC APIs.


Please speed read the blog to get an idea about new features in Selenium 3.0:

http://learnselenium.techcanvass.com/whats-new-selenium-3-0/
avatar
sona456
Posts : 7
Join date : 2018-12-20
https://crbtech.in/programmes/software-testing-training-programm

What are the  new features in Selenium 3.0 Empty Re: What are the new features in Selenium 3.0

Tue Dec 25, 2018 2:19 pm

Selenium Core is gone

With the release of Selenium 3.0, there is no selenium core. Selenium 2 supported selenium core for backward compatibility. There is no selenium core in version 3.0. Selenium official bog states that
Over time, the needs of modern web testing have grown ever more complicated and sophisticated, and Selenium Core is now less capable of meeting these needs than it was before.
This means that if you or your company is using Selenium core, you need to migrate your code.
avatar
kadammanali987
Posts : 6
Join date : 2018-12-21
https://crbtech.in/online-software-testing-training-course

What are the  new features in Selenium 3.0 Empty Re: What are the new features in Selenium 3.0

Tue Dec 25, 2018 5:21 pm
Selenium 3.0 was developed in this year with the new features. It is a combination of Selenium 2.0 – Selenium 1.0, which means it supports Selenium 2.0 features but doesn’t have support for Selenium 1.0 i.e. Selenium Core.

Selenium 3.0 removed Selenium Core but supports Selenium RC indirectly through back-end Webdriver.

More than 9+ versions of IE are supported in selenium 3.0.

Now Selenium 3.0 has became a W3C (World wide Web consortium) standard.

Selenium 3.0 removed Selenium Core but supports Selenium RC indirectly through back-end Webdriver.

https://crbtech.in/online-software-testing-training-course
avatar
sona456
Posts : 7
Join date : 2018-12-20
https://crbtech.in/programmes/software-testing-training-programm

What are the  new features in Selenium 3.0 Empty Re: What are the new features in Selenium 3.0

Thu Jan 10, 2019 2:04 pm
@page { margin: 2cm } h2.cjk { font-family: "Noto Sans CJK SC Regular" } h2.ctl { font-family: "Lohit Devanagari" } p { margin-bottom: 0.25cm; line-height: 120% }
Minimum Java version required is 1.8+

  • Firefox is fully supported at version 47.0.1 or earlier. Gecko driver provides support
    for later versions of Firefox. Firefox 47.0.1 and before would not need GeckoDriver
  • Selenium project will not actively support the WebDriver API.
  • The Selenium RC APIs are only available via the legacy-rc package.
  • Support Firefox browser via Mozilla’s gecko driver.
  • Selenium 3.0 does not have HeadLess Driver (HtmlWebDriver)
  • Official support for IE browser requires 9 or above version.
  • No need to maximize the browser using driver.manage().window().maximize(); By default it will maximize the window.


  • Apple has come up with its own SafariDriver to run your tests in Safari on Mac


  • Selenium RC core library won’t be supported.
  • Selenium WebDriver has become the W3C Standard. The W3C standard will encourage compatibility across different software implementations of WebDriver API.
  • All WebDrivers are moved out of selenium and vendors will be responsible for owning the drivers for maintenance, which will be the relief for maintenance team or open source team to get better implementation.

Issues found in Selenium 3.0


  • Unsupported Marionette protocol version 2, required 3 when our Firefox is 64 bit.
  • driver.close() is not working


avatar
pappyvicky
Posts : 1
Join date : 2019-06-18
https://bit.ly/31FuWe0

What are the  new features in Selenium 3.0 Empty features of selenium 3

Tue Jun 18, 2019 5:37 pm
Simon Stewart at ThoughtWorks developed an Automation tool for the Browser known as Webdriver and later they merged these Selenium RC with Webdriver called Selenium Webdriver(Selenium 2.0). Selenium 3.0 was developed in this year with the new features. ... More than 9+ versions of IE are supported in Selenium 3.0.




  • Necessary bug fixes.
  • The Selenium Core is obsolete.
  • Java 8 is necessary.
  • Selenium RC APIs moved to leg-RC (legacy” package)
  • Changes made in W3C web driver specification.
  • Selenium Grid Stability fixes.
Sponsored content

What are the  new features in Selenium 3.0 Empty Re: What are the new features in Selenium 3.0

Back to top
Permissions in this forum:
You cannot reply to topics in this forum