Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 97799

Codeception undefined index: ELEMENT error

$
0
0

i am using Codeception for acceptance testing. On my local pc i have no problems to run the tests with selenium and chromedriver. Until 1 week, it works also fine at my git, but now, there comes this error.

"[PHPUnit\Framework\Exception] Undefined index: ELEMENT"

local it is working fine without errors.

I already searched this error and found an tip, that i have to start selenium with "-enablepassthrough false". But this does not really works.

Before 1 week with all the same setup, it works fine.

this is my acceptance.suite.yml:

actor: AcceptanceTester
modules:
    enabled:
        - WebDriver:
            url: 'https://website.com' 
            host: 'selenium__standalone-chrome'
            port: 4444
            browser: chrome 
            window_size: 1920x1080 

Viewing all articles
Browse latest Browse all 97799

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>