Alex

Results 225 issues of Alex

In Selenium individual options can be easily selected/deselect by clicking on them (even if SELECT itself isn't expanded). It even doesn't force you to do a Ctrl/CMD+Click on an option...

feature

It turns out, that searching for element (even by id), when it's not there takes a lot of time. For example for MinkSelenium2Driver it takes 5 seconds to figure out...

I think, that time passed from discovering, that a test have failed to the time, when we know why it failed should be as small as possible. To ensure that...

proposal

There was no major architecture redesign in Mink since it's initial version. Over time several things popup that might be better to implement the other way, than now. For example...

proposal

The recently added `change` event tests are really slow on MinkSelenium2Driver. The `.invalid` selector tests become a bit faster, but slow anyways. Maybe we should introduce some kind of element...

2Drivers have very basic instructions on how to get use them, but no instructions how to contribute into them. Need to add section on CONTRIBUTING.md with details about: - how...

Drivers have very basic instructions on how to get use them, but no instructions how to contribute into them. Need to add section on CONTRIBUTING.md with details about: - how...

Method `getLabel` of `CheckBox` class uses following xpath `following-sibling::label` to find label, associated with a checkbox. However in most cases this would find wrong label, that even don't belong to...

On the Touch-enabled devices, like iPad when I touch virtual keyboard buttons, then nothing happens. You might be listening for `click` event, which happens on desktop browser, but on mobile...

I'm getting error: ``` 2) core/units/related_searches/related_searches_config.php on line 15 Avoid the use of `exit` or `die` with strings as it could lead to injection issues (direct output) > defined('FULL_PATH') or...