selector

package
v0.10.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConversationsList           = "ul.conversations-list li"
	ConversationItemID          = "li > a"
	ConversationItemUser        = "span.user"
	ConversationItemLastMessage = "div.line"
	ConversationItemLastDate    = "time.timeago"

	MoreMessages        = "div.more-messages > a"
	Conversations       = "ul.messages-list li"
	ConversationContent = "div.box"
)
View Source
const (
	WorldDiaries  = "ul.posts-list li.wu"
	DiaryId       = "a.timeago"
	DiaryNickname = "a.user"
	DiaryTitle    = "div.line > h4 > a"
	DiaryPhotos   = "div.photos a img"
	DiaryContent  = "div.comment"
	DiaryLocation = "span.location"
	DiaryDate     = "a.timeago time"

	Comments    = "div.cntr > div > div.cntr > ul > li.wu"
	CommentDate = "time.hours"

	MyDiaries = "ul.posts-list li.diary"
)
View Source
const (
	LoginToken = "input[name=authenticity_token]"
	CSRFToken  = "meta[name=csrf-token]"
	World      = "body > div.container.below-top-navbar > div > div.box-head > h2"

	UserID   = "div.navbar.navbar-major.fixedsticky > div > ul > li:nth-child(4) > a"
	Nickname = "#user_nickname"
	Bio      = "#user_info_bio"
	Location = "#user_info_location"
)
View Source
const (
	SettingsDefaultPrivacy = "#user_settings_default_privacy" + optionSelected
	SettingsPrivacy        = "#user_settings_privacy" + optionSelected
	SettingsUnWorld        = "#user_settings_user_unworld[checked=checked]"
	SettingsAboutMe        = "#user_settings_privacy_about_me" + optionSelected
	SettingsFollowings     = "#user_settings_privacy_followings" + optionSelected
	SettingsFollowers      = "#user_settings_privacy_followers" + optionSelected
	SettingsAllowComment   = "#user_settings_privacy_allow_comment" + optionSelected
	SettingsAllowLike      = "#user_settings_privacy_allow_like" + optionSelected
	SettingsAllowMessage   = "#user_settings_privacy_allow_message" + optionSelected

	Devices          = "table tbody tr"
	DeviceApp        = "td:nth-child(1)"
	DeviceHardware   = "td:nth-child(1) > small"
	DeviceLastUsed   = "td:nth-child(2) > small"
	DeviceRemoveLink = "td:nth-child(3) > a"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL