vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
258 B

  1. gemini.suite('yandex-search', function(suite) {
  2. suite.setUrl('/')
  3. .setCaptureElements('.main-table')
  4. .capture('plain')
  5. .capture('with text', function(actions, find) {
  6. actions.sendKeys(find('.input__control'), 'hello gemini');
  7. });
  8. });