Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

phantomjs issue with unicode(utf8) #14482

Closed
ghost opened this issue Aug 17, 2016 · 1 comment
Closed

phantomjs issue with unicode(utf8) #14482

ghost opened this issue Aug 17, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 17, 2016

I'm trying to run a test using codeception. webdriver and phantomjs 2.11.
I write the below line for my test which contains Farsi characters.

$I->see('کمپین بنری');

my test pass using php browser and fail using phantomjs. I commented that line and the test passed with phantomjs as well. so phantomjs doesn't support unicode.

phantomjs.exe --webdriver=4444 --output-encoding=utf8

I find it on Command-line Options

Operating System: Windows 8

Suite configuration:

class_name: AcceptanceTester
modules:
    enabled:
        - WebDriver:
            url: http://platform.xxxx-local.ir
            browser: phantomjs
        - \Helper\Acceptance
@ariya
Copy link
Owner

ariya commented Dec 31, 2019

We do not plan to support WebDriver anymore (#15399).

@ariya ariya closed this as completed Dec 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant