question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Define buttons' text in the Driver Options instead

See original GitHub issue

For each step, it it possible to change to buttons’ text:

const stepDefinition = {
  element: '#some-item',        // Query selector for the item to be highlighted
  popover: {                    // There will be no popover if empty or not given
    title: 'Title',             // Title on the popover
    description: 'Description', // Body of the popover
    showButtons: false,         // Do not show control buttons in footer
    doneBtnText: 'Done',        // Text on the last button
    closeBtnText: 'Close',      // Text on the close button
    nextBtnText: 'Next',        // Next button text
    prevBtnText: 'Previous',    // Previous button text
  }
};

In my opinion, it would be more logical to define them in the Driver Options, no? Or at least in both places…

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kamranahmedsecommented, Mar 16, 2018

Added to the docs, thank you for reporting. Thanks @moghya

0reactions
moghyacommented, Mar 16, 2018

@paceband yea, can you please close this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Xpath for button having text as 'New' - Stack Overflow
The problem is that the "New" is not text contained directly in the button element but is inside a child span element. If...
Read more >
The Divi Button Module | Elegant Themes Documentation
Button Text Color. By default, buttons assume your theme accent color as defined in the Theme Customizer. This option allows you to assign...
Read more >
New Buttons and Button Themes - Flutter documentation
Each new button class has its own theme: TextButtonTheme , ElevatedButtonTheme , and OutlinedButtonTheme . The original ButtonTheme class is no longer used....
Read more >
Setting action buttons in PDF forms, Adobe Acrobat
Follow these steps in Adobe Acrobat to set action buttons in PDF forms ... The text options affect the label you specify in...
Read more >
Save keystrokes with text replacements on iPhone
Tap the Add button ... The text replacement is added to your personal dictionary. ... Go to Settings > [your name] > iCloud,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found