Is it possible to put a code inside a database, call it and execute the code, or are databases only specialized in text and numbers?
Example: "I want to put the following code in a database and invoke it inside a java file"
try { MobileElement el1 = (MobileElement) driver.findElementByAccessibilityId("Account"); el1.click(); } catch(Exception exp){driver.quit();};