Selenide - The Small Brother Of Selenium Making Big Strides In The Open Source Community
Image Source: https://selenide.org/index.html

Selenide - The Small Brother Of Selenium Making Big Strides In The Open Source Community

Are you using Selenium? Chances are u doing it hard way.Let me show an example. If you were to automate Google search with Selenium WebDriver chances are you might be writing something as below (its simple stupid code, without using Page Objects or any other design patterns)...


driver.findElement(By.name("q")).sendKeys("Hello World");
driver.findElement(By.id("blawblawblaw").Click();

now what if i say the same can be accomplished with this one line of code (don't worry about the $, life will become more easy as you go)

$(By.name("q")).val("selenide").pressEnter();

check this link https://selenide.org/

KASHIFA HASAN

QA Automation Engineer at TriState Capital Bank

9 年

Wow this tool is really cool.. ??

回复

要查看或添加评论,请登录

???? Khaja Moinuddin Mohammed ????的更多文章

  • Lorem Ipsum

    Lorem Ipsum

    What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been…

    3 条评论
  • Let's Co-learn Blockchain Development

    Let's Co-learn Blockchain Development

    I need to make this note, before taking your valuable time. Don't bother reading beyond this line, if your goal is not…

    2 条评论
  • Slack Group For Testing Professionals

    Slack Group For Testing Professionals

    Thanks to the open source community, it has grown tremendously in the past few years. At the same time, there are now…

    2 条评论

社区洞察

其他会员也浏览了