select

  1. clon4444

    sqlite, zennoposter, select выборка по ключевому слову.

    Есть таблица из 5 столбцов. нужно получить все строки содержащие в одном из столбцев ключевое слово. или получить случайную строчку содержащую в столбце ключевое слово. Вот так не работает SELECT * FROM table WHERE stolbec3 = "text";
  2. Frcc78bis

    Selecting and clicking select option arfoo directory template

    Hello everyone, I have trouble selecting and clicking on an option inside a select tag. See (D) on the image; I need to click on a category to make the sub category appears (IMG 2). I do right click --> To action designer. I can search and find the select TAG but cannot click on it. Set is not...
  3. Frcc78bis

    Use regular expression to select a specific value on a dropdown

    Hello Guys, I'm trying to select a value on a dropdown. My variable is "Géomètre/Topographe", so it's working fine. (see second image). But, imagine my variable is only "Géo". So I want to use regular expression (regex) to find the right <option> and to select it. The one that contains "Géo"...