Skip to content

JavaScript is not available. #22

@mathiasleroy

Description

@mathiasleroy

It worked nicely a few months ago, but now it doesn't.
Can it be the update to selenium 4.1.0 ?

!pip install kora
from kora.selenium import wd

wd.get("https://www.twitter.com")
print(wd.page_source) 

JavaScript is not available.
We’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.

EDIT:

I tried this

options.add_argument('--disable-blink-features=AutomationControlled')

and this

options.add_argument("--enable-javascript")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions