Codeception / module-webdriver

WebDriver module for Codeception

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs: Drop Selenium and PhantomJS?

ThomasLandauer opened this issue · comments

The docs should give clear recommendations about which tools are best.

Either remove it completely from the docs? Or just add a big caution box?

Yes, we should remove it. Could you send PR to docs removing it?

Is anybody still using Selenium Standalone Server

Yes

Or everybody Chrome Driver directly?

I didn't have a good experience with it

At the WordPress page, the entire example is based on PhantomJS. Please change that yourself - I haven't used this ever :-)

I didn't have a good experience with it

Do you mean you don't have much experience with it? Or bad experience (i.e. didn't work for you)?

What I don't really understand: The communication flow is between php-webdriver and ChromeDriver. How can it be that this gets better when adding an additional intermediate (Selenium)?

PhantomJS was removed from docs, but isPhantom is still used in various methods and there is phantomjs environment in web.suite.yaml

What is web.suite.yaml? Do you mean acceptance.suite.yml?
And do you mean the environment still exists there in principle or that it's (auto-)generated upon installation?