# Selenium

### Materiały od autorów

* <http://www.seleniumhq.org/projects/webdriver/>
  * Strona domowa projektu

### Kursy

* <http://seleniumsimplified.com/get-started/>
  * Darmowe kilka wstępnych tematów
* <https://compendiumdev.zenler.com/courses/selenium-2-webdriver-basics-with-java>
  * Ogromny kurs, najlepszy jaki kiedykolwiek widziałem na rynku
* <https://seleniumaboveandbeyond.com/>
  * Pierwsza książka elektroniczna prawdziwie dla zaawansowanych
  * <https://joecolantonio.com/testtalks/217-selenium-above-and-beyond-with-andrew-krug/>
* <http://www.softwaretestinghelp.com/selenium-tutorial-1/>
  * Tutorial z aż 33 części, dość przystępny
* <http://blog.testowka.pl/category/kurs-selenium/>
  * Fajny tutek po polskiemu
* <http://toolsqa.com/selenium-tutorial/>
  * Od podstaw
* <http://elementalselenium.com/>
  * A free, once-weekly e-mail on how to use Selenium like a Pro
* <https://www.youtube.com/user/GlassBoxT/playlists>
  * Zestaw tutoriali selenium, webdriver, java etc.
* <https://www.seleniumeasy.com>
  * Complete Automation Testing Tutorials
* <https://www.youtube.com/watch?v=cIevkkD_LB4>
  * Selenium Test Automation: Practical Tips & Tricks - with Dave Haeffner (Part 1)
* <https://www.youtube.com/watch?v=w0pYTX2t0pg>
  * Selenium Test Automation: Practical Tips & Tricks - with Dave Haeffner (Part 2)
* <https://seleniumguidebook.com/>
  * Oprócz książki, można też zakupić kursy wideo.
* <http://mailcourse.seleniumbook.com/>
  * 7 tygodniowy kurs Selenium WebDriver w środowisku .NET.
* <https://jaktestowac.pl/course/pt1-mk1-podstawy-testow-automatycznych-w-selenium-i-python/>
  * Kurs selenium + python.

### Blogi, wpisy, poradniki

* <https://code.google.com/p/selenium/wiki/GettingStarted>
  * Googlowskiego.Code Gettings Started
* <https://docs.saucelabs.com/reference/platforms-configurator/#/>
  * (Sauce Labs) Automated Test Configurator

### Strony na których można trenować

{% content-ref url="/pages/-LHL9VFgwaYe9C8FxNbX" %}
[Gdzie trenować](/gdzie-trenowac.md)
{% endcontent-ref %}

### Książki

* <https://seleniumguidebook.com/>
  * The Selenium Guidebook (Java, Ruby, C#, Python, JavaScript)
* <http://seleniumsimplified.com>
  * Bardzo przystępna książka Alana Richardsona
* <http://javafortesters.com/>
  * "Java for testers", jeżeli ktoś ma zamiar pisać w javie
* <http://www.amazon.com/Selenium-WebDriver-Practical-Guide-Avasarala/dp/1782168850>
  * Selenium WebDriver Practical Guide
* <https://www.amazon.com/Mastering-Selenium-WebDriver-Mark-Collin-ebook/dp/B010V8SIIQ/>
  * Mastering Selenium WebDriver
* <http://seleniumbook.com/>
  * End-to-end testing


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ksiazka.testowanieoprogramowania.pl/narzedzia/selenium.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
