Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstable behavior of Autolink within selenium-webdriver 3.142.7 #142

Open
tohakotliarenko opened this issue Dec 15, 2020 · 3 comments
Open

Comments

@tohakotliarenko
Copy link

It works super smoothly in real browsers, however, selenium rendering is broken: in the same text rendered through autolink each time different links get parsed and autolinked, sometimes all, sometimes none.

Code snippet used:

    <Interweave
      content={comment}
      matchers={[new UrlMatcher('url')]}
      newWindow
    />

My setup: rails (6.0.3.2), capybara (3.33.0), minitest (5.14.2), webdrivers (4.4.1), selenium-webdriver (3.142.7)

selenium-3 142 7-rendering

Thanks in advance!

@milesj
Copy link
Owner

milesj commented Dec 15, 2020

@tohakotliarenko Whats the entire snippet of HTML that contains the links?

@tohakotliarenko
Copy link
Author

@tohakotliarenko Whats the entire snippet of HTML that contains the links?

The comment was exactly this string: http://emard-kunze.io/hobert, raynor-ward.info, www.farrell.biz

@milesj
Copy link
Owner

milesj commented Dec 17, 2020

Ok cool, just wanted to make sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants