Deleted user

Results 123344 comments of Deleted user

It's working. I already tried it. Sounds like you're missing something else. Can you reproduce in codesandbox?

The highlight box have this selector `#driver-highlighted-element-stage` but unfortunately I tired to add border-radius but didn't work since outline affect such a style.

@kamranahmedse Do you want me to send a PR to add a className for this element? If yes, do you have some specific name for that added configuration? or any...

Waiting for @kamranahmedse sign. I may prefer to style by the id selector without making the API bigger to keep it simple IMO

If there's no `event.stopPropogation` in the library code (Which should be the case) then you can catch the clicks on any elements (and/or buttons) by -> ```js document.addEventListener('click', ({target}) =>...

Regards the buttons creation I think that you can hide the footer and to create buttons by adding them to the description html template! In that way you can walk-around...

Issue still exists in master. Applying the patch in #116 seems to fix it for me. Were there some other issues with the PR that made you close it @mihaicris...

I wonder if there are enough reviewers in this repository. Some PR is not reviewed for months, and it reduce the committer's motivation.

> prefer (foo) and (!foo) instead of (foo != NULL) and (foo == NULL), where foo is a pointer. On one hand I think your suggestion is more idiomatic, but...

Sounds reasonable to me.