Data manager

class gaiatest.gaia_test.GaiaData(marionette, testvars=None)[source]
active_telephony_state
add_notification(title, options=None)[source]
all_contacts
all_settings
bluetooth_disable()[source]
bluetooth_enable()[source]
bluetooth_is_discoverable
bluetooth_is_enabled
bluetooth_name
clear_notifications()[source]
clear_user_pref(name)[source]
connect_to_cell_data()[source]
connect_to_wifi(network=None)[source]
current_audio_channel
delete_all_call_log_entries()[source]

The call log needs to be open and focused in order for this to work.

delete_all_sms()[source]
delete_sim_contact(moz_contact_id, contact_type='adn')[source]
disable_cell_data()[source]
disable_cell_roaming()[source]
disable_wifi()[source]
enable_cell_roaming()[source]
enable_wifi()[source]
fm_radio_frequency
forget_all_networks()[source]
get_all_sms()[source]
get_bool_pref(name)[source]

Returns the value of a Gecko boolean pref, which is different from a Gaia setting.

get_char_pref(name)[source]

Returns the value of a Gecko string pref, which is different from a Gaia setting.

get_int_pref(name)[source]

Returns the value of a Gecko integer pref, which is different from a Gaia setting.

get_setting(name)[source]
insert_call_entry(call)[source]

The call log needs to be open and focused in order for this to work.

insert_contact(contact)[source]
insert_sim_contact(contact, contact_type='adn')[source]
is_antenna_available
is_cell_data_connected
is_cell_data_enabled
is_fm_radio_enabled
is_wifi_connected(network=None)[source]
is_wifi_enabled
kill_active_call()[source]
kill_conference_call()[source]
known_networks
media_files
music_files
picture_files
remove_all_contacts()[source]
sdcard_files(extension='')[source]
send_sms(number, message, skip_verification=False)[source]
set_bool_pref(name, value)[source]

Sets the value of a Gecko boolean pref, which is different from a Gaia setting.

set_char_pref(name, value)[source]

Sets the value of a Gecko string pref, which is different from a Gaia setting.

set_int_pref(name, value)[source]

Sets the value of a Gecko integer pref, which is different from a Gaia setting.

set_setting(name, value)[source]
set_time(date_number)[source]
set_volume(value)[source]
sim_contacts
video_files