Focus on a textfield in notability

Hello im trying to press on a search field in the note taking app notability. Since i cant use the press a button function i wanted to ask if there is a different method i cant accomplish it. This ist the ui element inspector for the element i want to focus on.

<AXApplication: “Notability”>
<AXWindow: “SIE_Vorlesung_ws24_gesamt”>



Attributes:
AXFocused (W): “0”
AXChildrenInNavigationOrder: “<array of size 0>”
AXSelectedText: “”
AXFrame: “x=1732.32 y=92.76 w=127.05 h=27.72”
AXUserInputLabels: “<array of size 1>”
AXLanguage: “(null)”
AXPosition: “x=1732.32 y=92.76”
AXSelected: “0”
AXLinkedUIElements: “(null)”
AXNumberOfCharacters: “0”
AXEnabled: “1”
AXPlaceholderValue: “Suchen”
AXActivationPoint: “x=1795.85 y=106.62”
AXSelectedTextRange (W): “pos=0 len=0”
_AXTextInputElementRange: “pos=2147483647 len=0”
AXCustomContent: “(null)”
AXHelp: “(null)”
AXChildren: “<array of size 0>”
AXRole: “AXTextField”
AXParent: “”
AXTopLevelUIElement: “<AXWindow: “SIE_Vorlesung_ws24_gesamt”>”
AXCustomRotors: “<array of size 1>”
AXDescription: “Suchen”
AXSubrole: “AXSearchField”
AXVisibleCharacterRange: “pos=0 len=0”
AXCustomActions: “(null)”
AXValue (W): “”
AXRoleDescription: “Feld für Suchtext”
AXSize: “w=127.05 h=27.72”
AXIdentifier: “(null)”
AXWindow: “<AXWindow: “SIE_Vorlesung_ws24_gesamt”>”

Actions:
AXPress - drücken
AXScrollToVisible - AXScrollToVisible
AXCancel - esc
AXShowMenu - Menü anzeigen

The textfield looks as following:
CleanShot 2024-02-04 at 22.52.38

I want to ask if there is a way without apple script to focus on the textfield and what the apple script way would like. I have some problem figuring out the correct reference to an element. I would really appreciate if someone could helpt figuring out a working code from the ui inspector.

Thanks!