Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

A tour of the Noi/ExtJS demo project

A series of screenshots taken from the lino_book.projects.noi1e.settings.demo demo project.

Before signing in

Before signing in

The login window

The login window

The main screen

The main screen

The Contacts menu

The Contacts menu

The list of organizations

The list of organizations

Filter parameters

Filter parameters

Detail window of an organization

Detail window of an organization

Detail window of an organization (tab 2)

Detail window of an organization (tab 2)

Not finished

Oops, we had a problem when generating this document:

Traceback (most recent call last):
  File "/home/blurry/lino/env/repositories/lino/lino/api/selenium.py", line 146, in find_clickable
    return self.driver.find_element(By.XPATH, '//button[text()="{}"]'.format(text))
  File "/home/blurry/lino/env/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 739, in find_element
    return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
  File "/home/blurry/lino/env/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "/home/blurry/lino/env/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//button[text()="Sites"]"}
  (Session info: chrome=115.0.5790.170); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Stacktrace:
#0 0x557d6571abc3 <unknown>
#1 0x557d6545a367 <unknown>
#2 0x557d65497ef3 <unknown>
#3 0x557d65497fe1 <unknown>
#4 0x557d654d29b4 <unknown>
#5 0x557d654b853d <unknown>
#6 0x557d654d05ac <unknown>
#7 0x557d654b82e3 <unknown>
#8 0x557d6548c722 <unknown>
#9 0x557d6548d4ce <unknown>
#10 0x557d656df92d <unknown>
#11 0x557d656e4183 <unknown>
#12 0x557d656ed578 <unknown>
#13 0x557d656e4bba <unknown>
#14 0x557d656b624e <unknown>
#15 0x557d65705698 <unknown>
#16 0x557d6570583f <unknown>
#17 0x557d65714148 <unknown>
#18 0x7fb8a73afb43 <unknown>


During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/blurry/lino/env/repositories/lino/lino/api/selenium.py", line 260, in run_from_server
    self.main_func(self)
  File "maketour.py", line 112, in main
    tour(a, user)
  File "maketour.py", line 81, in tour
    app.find_clickable(_("Sites")).click()
  File "/home/blurry/lino/env/repositories/lino/lino/api/selenium.py", line 148, in find_clickable
    return self.driver.find_element(By.LINK_TEXT, text)
  File "/home/blurry/lino/env/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 739, in find_element
    return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"]
  File "/home/blurry/lino/env/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "/home/blurry/lino/env/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"link text","selector":"Sites"}
  (Session info: chrome=115.0.5790.170); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Stacktrace:
#0 0x557d6571abc3 <unknown>
#1 0x557d6545a367 <unknown>
#2 0x557d65497ef3 <unknown>
#3 0x557d65497fe1 <unknown>
#4 0x557d654d29b4 <unknown>
#5 0x557d654b853d <unknown>
#6 0x557d654d05ac <unknown>
#7 0x557d654b82e3 <unknown>
#8 0x557d6548c722 <unknown>
#9 0x557d6548d4ce <unknown>
#10 0x557d656df92d <unknown>
#11 0x557d656e4183 <unknown>
#12 0x557d656ed578 <unknown>
#13 0x557d656e4bba <unknown>
#14 0x557d656b624e <unknown>
#15 0x557d65705698 <unknown>
#16 0x557d6570583f <unknown>
#17 0x557d65714148 <unknown>
#18 0x7fb8a73afb43 <unknown>