Skip to content

ineed some help #460

Open
Open
@alqersh

Description

@alqersh

this is the scribt
from selenium import webdriver
driver = webdriver.Chrome()
rm=driver.get('https://pastebin.com/raw/QcVbx9xR')
print (rm.text)
if 'ahmed' in rm:
print('donelogin')
else:
print('sory')
i want him to print what is in rm(paste bin)but when i runing is print
Traceback (most recent call last):
File "C:\Users\user\OneDrive\Desktop\test.py", line 4, in
print (rm.text)
AttributeError: 'NoneType' object has no attribute 'text'
so please help me

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions