MCPcopy Create free account
hub / github.com/Hello-SimpleAI/chatgpt-comparison-detection / Selector

Class Selector

HC3/selenium_crawler.py:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88
89class Selector:
90 input_textarea = 'textarea.resize-none'
91 regenerate_button = 'button.btn.flex.justify-center.gap-2'
92 new_chat_link = 'nav>a.border'
93 content_row = '.w-full.border-b.text-gray-800.group'
94 chargpt_row = '.w-full.border-b.text-gray-800.group.bg-gray-50'
95
96
97def input_textarea() -> WebElement:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected