Skip to content Skip to sidebar Skip to footer
Showing posts with the label Automated Tests

Naming Cucumber's Data Table

I am creating test cases on forms that could contains over 50 parameters, some of them would show u… Read more Naming Cucumber's Data Table

Actionchains Perform Not Working When Driver Loses Focus

I have a code that basically triggers a browser shortcut using actionchains. I'm using Chrome d… Read more Actionchains Perform Not Working When Driver Loses Focus

How To Record Selenium Webdriver Test Executions In Python On Window X64

Using python binding selenium3 webdriver for test automation, to record execution steps using castr… Read more How To Record Selenium Webdriver Test Executions In Python On Window X64

Selenium - Cannot Click On Hidden Element

I am working with Selenium and Python. I am struggling to use the click() method in order to click … Read more Selenium - Cannot Click On Hidden Element

Pytest -> How To Use Fixture Return Value In Test Method Under A Class

I have a fixture that returns a value like this: import pytest @pytest.yield_fixture(scope='mo… Read more Pytest -> How To Use Fixture Return Value In Test Method Under A Class

Is It Possible For Webdriver To Click An Element With A Mouseclick Event That Invokes A Javascript File That Includes A Test Tracker?

This is a question I have that arises from another user's question. If you look at my answer th… Read more Is It Possible For Webdriver To Click An Element With A Mouseclick Event That Invokes A Javascript File That Includes A Test Tracker?