mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Correct errors
This commit is contained in:
parent
16bc6ce643
commit
9f46f2c9bc
@ -1,3 +1,12 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
from selenium import selenium
|
||||||
|
from selenium.webdriver.common.by import By
|
||||||
|
from selenium.webdriver.support.ui import WebDriverWait, Select
|
||||||
|
from selenium.webdriver.support import expected_conditions as EC
|
||||||
|
|
||||||
|
import random, time
|
||||||
|
import string
|
||||||
|
|
||||||
def delete_agent (driver,agent_names_list):
|
def delete_agent (driver,agent_names_list):
|
||||||
|
|
||||||
click_menu_element(driver,"Agents operations")
|
click_menu_element(driver,"Agents operations")
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
from selenium import selenium
|
||||||
|
from selenium.webdriver.common.by import By
|
||||||
|
from selenium.webdriver.support.ui import WebDriverWait, Select
|
||||||
|
from selenium.webdriver.support import expected_conditions as EC
|
||||||
|
|
||||||
|
import random, time
|
||||||
|
import string
|
||||||
|
|
||||||
def create_new_dashboard(driver,name,group):
|
def create_new_dashboard(driver,name,group):
|
||||||
|
|
||||||
click_menu_element(driver,"Main dashboard")
|
click_menu_element(driver,"Main dashboard")
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
from selenium import selenium
|
||||||
|
from selenium.webdriver.common.by import By
|
||||||
|
from selenium.webdriver.support.ui import WebDriverWait, Select
|
||||||
|
from selenium.webdriver.support import expected_conditions as EC
|
||||||
|
|
||||||
|
import random, time
|
||||||
|
import string
|
||||||
|
|
||||||
def create_report(driver,nombre,group_name,description=None):
|
def create_report(driver,nombre,group_name,description=None):
|
||||||
click_menu_element(driver,"Custom reporting")
|
click_menu_element(driver,"Custom reporting")
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
from selenium import selenium
|
||||||
|
from selenium.webdriver.common.by import By
|
||||||
|
from selenium.webdriver.support.ui import WebDriverWait, Select
|
||||||
|
from selenium.webdriver.support import expected_conditions as EC
|
||||||
|
|
||||||
|
import random, time
|
||||||
|
import string
|
||||||
|
|
||||||
def add_user_profile(driver,user_name,profile,group):
|
def add_user_profile(driver,user_name,profile,group):
|
||||||
click_menu_element(driver,"Users management")
|
click_menu_element(driver,"Users management")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user