Skip to main content
  • Home
  • Blog
  • Books
  • Online Training
  • Patreon
  • Talks
  • Tools
  • Podcast
  • Videos
  • Contact
    • About
    • Email List
    • Contact Form

My Patreon site has exclusive content, including ad-free videos, e-books, training courses and more, all for as little as $1 a month. Click here to learn more.

Interested in sponsoring the site? [find out more]

Selenium WebDriver FAQs

All Posts | Categories | Archive

  • ««
  • «
  • 1
  • 2
  • 3
  • »
  • »»

How to Create Fluent Page Objects

3 minute read - Selenium WebDriver FAQs Test Automation

Fluent Page Objects can help make code easier to write, but we have to be careful not to couple too many classes together.

Read More...


What are my next steps after writing my first Selenium WebDriver test?

3 minute read - Selenium WebDriver FAQs Test Automation

You have installed the tools? You have an IDE setup? You’ve written and run your first Selenium WebDriver test? What next?

Read More...


Difference between Selenium WebDriver getText and getAttribute

3 minute read - Selenium WebDriver FAQs Test Automation

What is the difference between getText and getAttribute? Answer, inside, with some nuances explored.

Read More...


Why Does Selenium Not Work With This Alert?

2 minute read - Selenium WebDriver FAQs Test Automation

Q: “Why does Selenium not work with my Alert?” or “Why can’t Selenium handle the alert in my application?”

A: “Because the thing you think is an alert, is not an alert”

Read More...


How to Select a Web Element using CSS when id containing '.'

1 minute read - Selenium WebDriver FAQs Test Automation

TLDR: Selecting an id with a fullstop or period in it requires a little escaping with CSS selectors. \.

Read More...


Why has my WebDriver Browser Not Closed?

2 minute read - Selenium WebDriver FAQs Test Automation

One question that crops up a lot is “Why is my browser not closing?”, and there are multiple reasons for this.

Read More...


How to Use a Fluent Wait DSL with WebDriver

2 minute read - Selenium WebDriver FAQs Test Automation

Earlier versions of WebDriver used a FluentWait class, the WebDriverWait now offers a fluent DSL approach for configuring the wait.

Read More...


Why is my SlowLoadableComponent not waiting?

3 minute read - Selenium WebDriver FAQs Test Automation

When using SlowLoadableComponent we have to remember that in the Java Throwable hierarchy the Error and the Exception are siblings. This means that you have to catch exceptions in SlowLoadableComponents and convert them to Errors to cause synchronisation to take place.

Read More...


How to Capture HTTP Messages with WebDriver

2 minute read - Selenium WebDriver FAQs Test Automation

To capture HTTP Messages and network traffic with Selenium WebDriver we need to use an HTTP proxy, and configure the browser to direct all traffic through the proxy.

Read More...


A minimal WebDriver based DSL

2 minute read - Selenium WebDriver FAQs Test Automation

Abstraction layers can provide a new layer of specificity or flexibility to an existing library. How can we make a WebElement more fluent and act as a readable Domain Specific Language?

Read More...


  • ««
  • «
  • 1
  • 2
  • 3
  • »
  • »»

Join The Evil Tester Patreon Community

Free training courses and ebooks (sold for over $200).

Learn more about EvilTester on Patreon

Support our work and gain access to hints, tips, and prompts for improving your Software Development skills. Regular updates, multiple times a week for as little as $1 per month.

Patreon Members Login for exclusive courses and ebooks.


  • Blog
  • Podcast
  • YouTube
  • Online Training
  • Books

Contact

Contact Me

Join Email List

Email Privacy Details.


Online Training Courses

Technical Web Testing Course

Technical Web Testing Course

Evil Tester Talks Bundle

Evil Tester Talks Technical Testing Bundle

Selenium WebDriver Support Classes

Selenium WebDriver Support Classes in Java

All Courses


Books

Buy Dear Evil Tester Book Buy Java For Testers Book Buy Automating and Testing a REST API Buy Selenium Simplified Book

Learn more about our books


Follow

Connect via email Follow on Twitter Subscribe to my YouTube Channel Connect on LinkedIn Follow on GitHub Follow on Instagram Subscribe to my RSS Feed

Podcasts and Videos

Podcasts

Subscribe to YouTube Channel

Need some motivation?

Try the Sloganizer

"Of course I'm not evil, I just pretend to be."

Recent Blog Posts

An overview of WebDriver with Java

An overview of the dummy practice web page Basic Web Page

An overview of the Software Test Pages, a dummy practice web testing application

Software Testing Podcast - Migrating Test Automation - The Evil Tester Show Episode 027

Automating an Accessibility Evaluation Report using Deque Axe and Selenium Webdriver

What tool to choose for Web UI Test Automation?

Software Testing Podcast - Portfolio Projects - The Evil Tester Show Episode 026

List of the Top Software Testing Newsletters

  • All Blog Categories
  • Blog Post Archive List

Also...

Recommended Reading List

© Alan Richardson, Compendium Developments Ltd 2022 - Privacy Policy | Contact Us

Connect via email Follow on Twitter Subscribe to my YouTube Channel Connect on LinkedIn Follow on GitHub Follow on Instagram Subscribe to my RSS Feed