Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

how to serach for multiple attributes in xpath selenium python

//*[@attribute_name1='attribute_value1'][@attribute_name2='attribute_value2]  
"""
for example:
	# This One Is A Youtube Video Clicking Xpath But It's Just An Example
	//button[@class="ytp-fullscreen-button ytp-button"][@title="Full screen (f)"]
"""
Comment

PREVIOUS NEXT
Code Example
Python :: Python - How To Check Operating System 
Python :: ip address finder script python 
Python :: delete element from matrix python 
Python :: Detect Word Then Send Message (discord.py) 
Python :: from django.core.management import execute_from_command_line ImportError: No module named django.core.management 
Python :: stack in python 
Python :: find index of element in array python 
Python :: binary list to decimal 
Python :: inconsistent use of tabs and spaces in indentation 
Python :: print data type array 
Python :: tensorflow evaluation metrics 
Python :: python queue not empty 
Python :: get discord guild members discord.py 
Python :: python split string with a seperator 
Python :: add elements to list python 
Python :: fillna spark dataframe 
Python :: pygame scroll event 
Python :: python array find lambda 
Python :: django email 
Python :: change time format pm am in python 
Python :: create empty numpy array 
Python :: check if key exists in sesison python 
Python :: negative indexing in python 
Python :: python regions 
Python :: select list of columns pandas 
Python :: pandas list comprehension 
Python :: how to print smallest number in python 
Python :: what is python -u 
Python :: roc auc score 
Python :: guardar plot python 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =