1.Connect the BOSS repository
2.Then issue following commands
sudo apt-get install firmware-amd-graphics
3.Restart the Machine.
1.Connect the BOSS repository
2.Then issue following commands
sudo apt-get install firmware-amd-graphics
3.Restart the Machine.
Step 1:
Open the terminal
Step 2:
Kindly issue the command on the terminal given below
sudo apt-get install qemu-kvm virt-manager qemu-system libvirt0 bridge-utils
Step 1:
upgrade the pip3
apt-get install python3-pip
sudo pip3 install --upgrade pip
Step 2:
Create virtual environment
sudo pip3 install virtualenv
pip3 install virtualenv
mkdir demo cd demo virtualenv mynotebookenv source mynotebookenv/bin/activate
Step 3:
install the jupyter
pip install jupyter
jupyter notebook
Open the jmeter.bat file and then add following
HEAP=-Xms1g -Xmx1g
Change to 12GB following like this
HEAP=-Xms12g -Xmx12g
Open the Terminal
Prepend sudo if logged in as not-privileged user, ie. sudo nano
nano /etc/profile
add following :
export JAVA_HOME="path that you found"
export PATH=$JAVA_HOME/bin:$PATH
source /etc/profile to apply changes immediately in your current shell
Running Simple Web Server on Python 2
python -m SimpleHTTPServer 8000
Running Simple Web Server on Python 3
python -m http.server 8000
TOKEN=$(curl -u "<username>:<password>" -k -X GET "https://<hostname or ip address>:<port number>/security/user/authenticate?raw=true")
curl -k -X POST -d '{"name":"<agentname>"}' "https://<hostname or ip address>:<port number>/agents?pretty=true" -H "Content-Type:application/json" -H "Authorization: Bearer $TOKEN"
How to interact with the non-interact able Web Elements in Selenium // Find the non-interactable element element WebElement element = dr...